Gpp
A set of small improvements for G+
什么是Gpp?
Gpp是由Swader开发的Chrome扩展程序,该扩展的主要功能是“A set of small improvements for G+”。
扩展截图
下载Gpp扩展crx文件
下载Gpp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A set of small upgrades for G+.
1. Ability to click on the "Loading" or "There was a problem completing this request" message to discard it.
2. ... more coming soon, depending on demand.                     扩展基本信息
| 名称 |   |  
| ID | mcocbfhfjbhhhoglgjhogcablmnbpanp | 
| 官方URL | https://chromewebstore.google.com/detail/gpp/mcocbfhfjbhhhoglgjhogcablmnbpanp | 
| 简介 | A set of small improvements for G+ | 
| 文件大小 | 51.54 KB | 
| 安装次数 | 25 | 
| 当前版本 | 0.0.0.1 | 
| 更新时间 | 2013-07-29 | 
| 上架时间 | 2013-07-29 | 
| 开发者 | Swader | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gpp",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "A set of small improvements for G+",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "lib\/jquery-1.8.3.min.js",
                "scripts\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}  |  |