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"
}
} | |