Dictionariez is a universal tool to learn any languages. As our community is growing, more and more dictionaries are needed in our trove, or maybe not just dictionaries, any site you think is useful could be added here. Such as Wikipedia or Bing image search. Please help me add more.
How to add more dictionaries?
Two ways to add a website:
First, for development and testing, try by code.
Second, add a topic here on pnlpal, so that it will benefit others like you.
By code
At the settings page, open chrome's devtool, use function like this:
addExtraDict(
{
dictName: 'Google Search',
windowUrl: 'https://www.google.com/search?q=<word>',
css: '#searchform,#top_nav {display: none;}'
}
)
The css code is optional to make the target website more adapted to this app.
Then the new dictionary "Google Search" will appear as the last item of the dictionaries list.
Click it to open and try.
By pnlpal
This is the way.
Add a topic in Dictionariez Trove, put the json code in the topic content, and use one or more tags to classify the dictionary.