Advanced Forward Button
A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Что такое Advanced Forward Button?
Advanced Forward Button - это расширение Chrome, разработанное blak111, и его основная функция - "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
Скачать файл CRX расширения Advanced Forward Button
Скачайте файлы расширений Advanced Forward Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.
Основная информация о расширении
Название | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
Официальный URL | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Описание | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Размер файла | 42.49 KB |
Количество установок | 28 |
Текущая Версия | 0.25 |
Последнее Обновление | 2012-07-15 |
Дата публикации | 2012-07-15 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | blak111 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Forward Button", "version": "0.25", "manifest_version": 2, "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).", "browser_action": { "default_icon": "forwardmulti.png", "default_popup": "popup.html" }, "background": { "scripts": [ "advanced-forward.js" ] }, "icons": { "16": "forwardmulti.png", "48": "forwardmulti.png", "128": "forwardmulti.png" }, "permissions": [ "tabs" ] } |