Button: Apps

Open the Apps Page with just one click.

什么是Button: Apps?

Button: Apps是由https://browser-extensions.com开发的Chrome扩展程序,该扩展的主要功能是“Open the Apps Page with just one click.”。

扩展截图

screenshot

下载Button: Apps扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Button: Apps Button: Apps
ID lnhjdlekcjjldjbhnnhdehceokficdmo
官方URL https://chromewebstore.google.com/detail/button-apps/lnhjdlekcjjldjbhnnhdehceokficdmo
简介 Open the Apps Page with just one click.
文件大小 68.21 KB
安装次数 866
当前版本 1.1.0
更新时间 2016-04-22
上架时间 2016-04-21
评分 5.00/5 共6次评分
开发者 https://browser-extensions.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://browser-extensions.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openAppsPage__",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "management"
    ]
}