Custom Shortcut Button

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

什么是Custom Shortcut Button?

Custom Shortcut Button是由xylophono开发的Chrome扩展程序,该扩展的主要功能是“Allows you to set a custom shortcut button next to your address bar.”。

扩展截图

screenshot
screenshot

下载Custom Shortcut Button扩展crx文件

下载Custom Shortcut Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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] :)                    

扩展基本信息

名称 Custom Shortcut Button Custom Shortcut Button
ID kcmejemnmnheajipjgilcefofjchdafg
官方URL https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg
简介 Allows you to set a custom shortcut button next to your address bar.
文件大小 48.96 KB
安装次数 713
当前版本 1.0
更新时间 2017-01-31
上架时间 2017-01-31
评分 5.00/5 共5次评分
开发者 xylophono
付费类型 free
支持的语言 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"
    }
}