Search Button for thefreedictionary.com
thefreedictionary.com
Что такое Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com - это расширение Chrome, разработанное zardosht, и его основная функция - "thefreedictionary.com".
Скачать файл CRX расширения Search Button for thefreedictionary.com
Скачайте файлы расширений 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 |
Официальный URL | 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" ] } |