shortcut

shortcut to most popular sites

什么是shortcut?

shortcut是由eranziman开发的Chrome扩展程序,该扩展的主要功能是“shortcut to most popular sites”。

扩展截图

screenshot

下载shortcut扩展crx文件

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

扩展使用说明

                        Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect...
Here you have all these links in one convenient small pop-up.                    

扩展基本信息

名称 shortcut shortcut
ID pneeikgjlojkbjpkennpifdhljeniopj
官方URL https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj
简介 shortcut to most popular sites
文件大小 58.95 KB
安装次数 277
当前版本 1.0
更新时间 2014-02-27
上架时间 2014-02-27
评分 4.57/5 共7次评分
开发者 eranziman
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shortcut",
    "description": "shortcut to most popular sites",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+N",
                "mac": "MacCtrl+Shift+N"
            }
        }
    }
}