Search Button for thefreedictionary.com
thefreedictionary.com
Hvad er Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com er en Chrome-udvidelse udviklet af zardosht, og dens hovedfunktion er "thefreedictionary.com".
Download Search Button for thefreedictionary.com-udvidelses-CRX-fil
Download Search Button for thefreedictionary.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Search thefreedictionary.com in a new tab for the text selected in current tab.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lobdnldkapamadicogghpemeeacihpha |
Officiel URL | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Beskrivelse | thefreedictionary.com |
Filstørrelse | 12.86 KB |
Antal Installationer | 146 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-01-11 |
Udgivelsesdato | 2014-01-11 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | zardosht |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |