My Forward Button
Add Forward button to the Toolbar
What is My Forward Button?
My Forward Button is a Chrome extension developed by art, and its main feature is "Add Forward button to the Toolbar".
Download My Forward Button Extension CRX File
Download My 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
Extension Basic Information
Name | |
ID | miamoimdljnphjlobpdgdmkadlimnnkg |
Official URL | https://chrome.google.com/webstore/detail/miamoimdljnphjlobpdgdmkadlimnnkg |
Description | Add Forward button to the Toolbar |
File Size | 9.62 KB |
Installation Count | 35 |
Current Version | 1.0.1 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-03 |
Rating | 3.50/5 Total 4 Ratings |
Developer | art |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Forward" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Forward Button", "description": "Add Forward button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |