Definition finder

Find Definition FAST

Что такое Definition finder?

Definition finder - это расширение Chrome, разработанное https://eden-mann.blogspot.com, и его основная функция - "Find Definition FAST".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Definition finder

Скачайте файлы расширений Definition finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension is created for searching for definitions fast.
All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com"
with your result on the page...


(I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)                    

Основная информация о расширении

Название Definition finder Definition finder
ID gfolphmpnkkhkmcfofbjkkbidocjkmgo
Официальный URL https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo
Описание Find Definition FAST
Размер файла 124 KB
Количество установок 56
Текущая Версия 1.0
Последнее Обновление 2019-03-08
Дата публикации 2019-03-07
Разработчик https://eden-mann.blogspot.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Definition finder",
    "version": "1.0",
    "description": "Find Definition FAST",
    "icons": {
        "48": "img\/ICON-Padding.png",
        "128": "img\/ICON-Padding.png",
        "16": "img\/ICON-Padding.png"
    },
    "browser_action": {
        "default_icon": "img\/480px-Magnifying_glass.png",
        "default_title": "Press the button to see more actions",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}