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).
What is Advanced Forward Button?
Advanced Forward Button is a Chrome extension developed by blak111, and its main feature is "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
Download Advanced Forward Button Extension CRX File
Download Advanced Forward Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
Official URL | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
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). |
File Size | 42.49 KB |
Installation Count | 28 |
Current Version | 0.25 |
Last Updated | 2012-07-15 |
Publish Date | 2012-07-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | blak111 |
Payment Type | free |
Supported Languages | 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" ] } |