Custom Shortcut Button

Allows you to set a custom shortcut button next to your address bar.

What is Custom Shortcut Button?

Custom Shortcut Button is a Chrome extension developed by xylophono, and its main feature is "Allows you to set a custom shortcut button next to your address bar.".

Extension Screenshots

screenshot
screenshot

Download Custom Shortcut Button Extension CRX File

Download Custom Shortcut 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

                        Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options".

Changelog:

V1.0 - Jan 31st 2017
- Initial release.

For any issues please contact [email protected] :)                    

Extension Basic Information

Name Custom Shortcut Button Custom Shortcut Button
ID kcmejemnmnheajipjgilcefofjchdafg
Official URL https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg
Description Allows you to set a custom shortcut button next to your address bar.
File Size 48.96 KB
Installation Count 713
Current Version 1.0
Last Updated 2017-01-31
Publish Date 2017-01-31
Rating 5.00/5 Total 5 Ratings
Developer xylophono
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Shortcut Button",
    "short_name": "Custom Shortcut",
    "description": "Allows you to set a custom shortcut button next to your address bar.",
    "version": "1.0",
    "version_name": "1.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png",
        "512": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "index.html"
    }
}