Add links to change languages on Google™

In order to add links, specify the languages in the option page.

Что такое Add links to change languages on Google™?

Add links to change languages on Google™ - это расширение Chrome, разработанное https://satomacoto.blogspot.com, и его основная функция - "In order to add links, specify the languages in the option page.".

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

screenshot

Скачать файл CRX расширения Add links to change languages on Google™

Скачайте файлы расширений Add links to change languages on Google™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        In order to add links, specify the languages in the option page.                    

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

Название Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Официальный URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Описание In order to add links, specify the languages in the option page.
Размер файла 51.56 KB
Количество установок 10,000
Текущая Версия 0.3
Последнее Обновление 2020-12-20
Дата публикации 2012-12-11
Рейтинг 4.08/5 Всего 60 оценок
Разработчик https://satomacoto.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add links to change languages on Google\u2122",
    "version": "0.3",
    "default_locale": "en",
    "description": "",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*www.google*\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_popup": "options.html"
    }
}