My Back Button
Add Back button to the Toolbar
What is My Back Button?
My Back Button is a Chrome extension developed by art, and its main feature is "Add Back button to the Toolbar".
Download My Back Button Extension CRX File
Download My Back 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 | ijiileoeboggekgbmofpngmbnoohbkke |
Official URL | https://chrome.google.com/webstore/detail/my-back-button/ijiileoeboggekgbmofpngmbnoohbkke |
Description | Add Back button to the Toolbar |
File Size | 9.3 KB |
Installation Count | 71 |
Current Version | 1.0.1 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-03 |
Rating | 4.75/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": "Back" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Back Button", "description": "Add Back button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |