Inspect and view changes in CantoDict - Chinese Character source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "CantoDict Chinese Character Search",
"description": "Adds a search engine that searches CantoDict (http://www.cantonese.sheik.co.uk/dictionary/) for a Chinese character.",
"author": "Jeffery To",
"homepage_url": "https://github.com/jefferyto/cantodict-webextensions-search-engines",
"version": "1.0.1",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "65.0"
}
},
"chrome_settings_overrides": {
"search_provider": {
"name": "CantoDict (Chinese character)",
"search_url": "https://www.cantonese.sheik.co.uk/scripts/wordsearch.php?level=0&sourceid=Mozilla-search",
"is_default": false,
"encoding": "UTF-8",
"favicon_url": "http://www.cantodict.com/favicon.ico",
"search_url_post_params": "searchsubmit=search&SEARCHTYPE=2&TEXT={searchTerms}"
}
}
}