Go to the next page

Try to go to the next website's page

Что такое Go to the next page?

Go to the next page - это расширение Chrome, разработанное marcopiazzola, и его основная функция - "Try to go to the next website's page".

Скачать файл CRX расширения Go to the next page

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

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

                                            

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

Название Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
Официальный URL https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Описание Try to go to the next website's page
Размер файла 10.05 KB
Количество установок 33
Текущая Версия 0.4
Последнее Обновление 2012-12-26
Дата публикации 2012-12-26
Рейтинг 1.00/5 Всего 1 оценок
Разработчик marcopiazzola
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}