Quick Define
Shows popup definition of selected term
Wat is Quick Define?
Quick Define is een Chrome-extensie ontwikkeld door Anton Samoylov, en de belangrijkste functie is "Shows popup definition of selected term".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Define
Download Quick Define-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
The wisdom of humankind two clicks away! Select any text in Chrome to receive instant definition and answers; no need to copy and paste! Also you won't lose your context, as the definition is showed on the same page.
Basisinformatie over de Extensie
Naam | |
ID | dklgknckeahgflaffkncodfpjcignmin |
Officiële URL | https://chrome.google.com/webstore/detail/quick-define/dklgknckeahgflaffkncodfpjcignmin |
Beschrijving | Shows popup definition of selected term |
Bestandsgrootte | 15.18 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-01-12 |
Publicatiedatum | 2015-01-12 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Anton Samoylov |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Define", "description": "Shows popup definition of selected term", "version": "0.0.2", "permissions": [ "contextMenus", "activeTab", "https:\/\/www.googleapis.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "page.js", "popup.js" ], "css": [ "popup.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "QuickDefineLogoBlack128.png" }, "manifest_version": 2 } |