Instant Dictionary
View definition in both English and Chinese as you browse the web.
Wat is Instant Dictionary?
Instant Dictionary is een Chrome-extensie ontwikkeld door Peter Pi, en de belangrijkste functie is "View definition in both English and Chinese as you browse the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instant Dictionary
Download Instant Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
Officiële URL | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
Beschrijving | View definition in both English and Chinese as you browse the web. |
Bestandsgrootte | 696 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2022-01-08 |
Publicatiedatum | 2020-04-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Peter Pi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |