Instant Dictionary
View definition in both English and Chinese as you browse the web.
Co je Instant Dictionary?
Instant Dictionary je rozšíření Chrome vyvinuté Peter Pi, a jeho hlavní funkcí je „View definition in both English and Chinese as you browse the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instant Dictionary
Stáhněte si soubory rozšíření Instant Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
IMPORTANT: - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome. Instant Dictionary helps to make the translation become more convenient. Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.
Základní Informace o Rozšíření
Název | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
Oficiální URL | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
Popis | View definition in both English and Chinese as you browse the web. |
Velikost souboru | 696 KB |
Počet instalací | 121 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2022-01-08 |
Datum Vydání | 2020-04-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Peter Pi |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Dictionary", "version": "1.0.6", "description": "View definition in both English and Chinese as you browse the web.", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "Styles.css" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "permissions": [ "activeTab", "storage" ] } |