Search Button for thefreedictionary.com
thefreedictionary.com
Qu'est-ce que Search Button for thefreedictionary.com ?
Search Button for thefreedictionary.com est une extension Chrome développée par zardosht, et sa fonction principale est "thefreedictionary.com".
Télécharger le fichier CRX de l'extension Search Button for thefreedictionary.com
Téléchargez les fichiers d'extension Search Button for thefreedictionary.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Search thefreedictionary.com in a new tab for the text selected in current tab.
Informations de Base sur l'Extension
Nom | |
ID | lobdnldkapamadicogghpemeeacihpha |
URL Officiel | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Description | thefreedictionary.com |
Taille du Fichier | 12.86 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-11 |
Date de Publication | 2014-01-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | zardosht |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Button for thefreedictionary.com", "version": "1.0", "background": { "scripts": [ "content\/background.js" ], "persistent": false }, "description": "thefreedictionary.com", "browser_action": { "default_icon": "icons\/fd.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/selection_service.js" ] } ], "permissions": [ "http:\/\/www.thefreedictionary.com\/", "tabs", "activeTab" ] } |