Search Button for thefreedictionary.com
thefreedictionary.com
Vad är Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com är en Chrome-tillägg utvecklad av zardosht, och dess huvudfunktion är "thefreedictionary.com".
Ladda ner Search Button for thefreedictionary.com-förlängningens CRX-fil
Ladda ner Search Button for thefreedictionary.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Search thefreedictionary.com in a new tab for the text selected in current tab.
Grundläggande Information om Tillägg
Namn | |
ID | lobdnldkapamadicogghpemeeacihpha |
Officiell webbadress | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Beskrivning | thefreedictionary.com |
Filstorlek | 12.86 KB |
Antal Installationer | 146 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-01-11 |
Publiceringsdatum | 2014-01-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | zardosht |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |