GOTO

GOTO helps you navigate through all your most favorite websites.

Что такое GOTO?

GOTO - это расширение Chrome, разработанное Alexis Fasquel, и его основная функция - "GOTO helps you navigate through all your most favorite websites.".

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

screenshot
screenshot
screenshot

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

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

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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

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

Название GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
Официальный URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Описание GOTO helps you navigate through all your most favorite websites.
Размер файла 256 KB
Количество установок 24
Текущая Версия 1.0
Последнее Обновление 2014-11-30
Дата публикации 2014-11-30
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Alexis Fasquel
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://alexisfasquel.github.io/goto/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}