Search Button for thefreedictionary.com
thefreedictionary.com
什麼是Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com是由zardosht開發的Chrome擴展程式,該擴展的主要功能是“thefreedictionary.com”。
下載Search Button for thefreedictionary.com擴展crx文件
下載Search Button for thefreedictionary.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search thefreedictionary.com in a new tab for the text selected in current tab.
擴展基本資訊
名稱 | |
ID | lobdnldkapamadicogghpemeeacihpha |
官方網址 | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
簡介 | thefreedictionary.com |
檔案大小 | 12.86 KB |
安裝次數 | 146 |
目前版本 | 1.0 |
更新時間 | 2014-01-11 |
上架時間 | 2014-01-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | zardosht |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |