Search Button for thefreedictionary.com
thefreedictionary.com
Wat is Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com is een Chrome-extensie ontwikkeld door zardosht, en de belangrijkste functie is "thefreedictionary.com".
Download het CRX-bestand van de extensie Search Button for thefreedictionary.com
Download Search Button for thefreedictionary.com-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
Search thefreedictionary.com in a new tab for the text selected in current tab.
Basisinformatie over de Extensie
Naam | |
ID | lobdnldkapamadicogghpemeeacihpha |
Officiële URL | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Beschrijving | thefreedictionary.com |
Bestandsgrootte | 12.86 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-11 |
Publicatiedatum | 2014-01-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | zardosht |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |