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 je Advanced Forward Button?
Advanced Forward Button je rozšíření Chrome vyvinuté blak111, a jeho hlavní funkcí je „A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).“.
Stáhnout soubor CRX rozšíření Advanced Forward Button
Stáhněte si soubory rozšíření Advanced Forward Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
Oficiální URL | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Popis | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Velikost souboru | 42.49 KB |
Počet instalací | 28 |
Aktuální Verze | 0.25 |
Poslední Aktualizace | 2012-07-15 |
Datum Vydání | 2012-07-15 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | blak111 |
Typ Platby | free |
Podporované Jazyky | 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" ] } |