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).
Co to jest Advanced Forward Button?
Advanced Forward Button to rozszerzenie Chrome opracowane przez blak111, a jego główną funkcją jest „A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).”.
Pobierz plik CRX rozszerzenia Advanced Forward Button
Pobierz pliki rozszerzeń Advanced Forward Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
Oficjalny URL | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Opis | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Rozmiar pliku | 42.49 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.25 |
Ostatnia Aktualizacja | 2012-07-15 |
Data Publikacji | 2012-07-15 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | blak111 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |