Search Button for thefreedictionary.com
thefreedictionary.com
Apa itu Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com adalah ekstensi Chrome yang dikembangkan oleh zardosht, dan fitur utamanya adalah "thefreedictionary.com".
Unduh Berkas CRX Ekstensi Search Button for thefreedictionary.com
Unduh file ekstensi Search Button for thefreedictionary.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Search thefreedictionary.com in a new tab for the text selected in current tab.
Informasi Dasar Ekstensi
Nama | |
ID | lobdnldkapamadicogghpemeeacihpha |
URL Resmi | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Deskripsi | thefreedictionary.com |
Ukuran File | 12.86 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-01-11 |
Tanggal Publikasi | 2014-01-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | zardosht |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |