Mute Button for Google+
One-click mute buttons for posts on Google+ (Google Plus)
Mute Button for Google+とは何ですか?
Mute Button for Google+はJerome Daneによって開発されたChromeの拡張機能で、その主な機能は「One-click mute buttons for posts on Google+ (Google Plus)」です。
拡張機能のスクリーンショット
Mute Button for Google+拡張機能のCRXファイルをダウンロード
Mute Button for Google+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Puts mute buttons into posts on Google+ so you can easily mute posts with a single click. Like this? You could buy me a cop of coffee: http://goo.gl/g8ckz Follow Jerome Dane for updates: Google - http://goo.gl/brcnw Facebook - http://goo.gl/OwKIG Twitter - http://goo.gl/UTh0W
拡張機能の基本情報
名前 | |
ID | ijkhodmcbfefibhmlngmdnfhhmcnmljd |
公式URL | https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd |
説明 | One-click mute buttons for posts on Google+ (Google Plus) |
ファイルサイズ | 97.19 KB |
インストール数 | 119 |
現在のバージョン | 0.0.3 |
最終更新日 | 2012-11-29 |
公開日 | 2012-11-29 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | Jerome Dane |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JeromeDane/Google-Plus-Mute-Button |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Button for Google+", "description": "One-click mute buttons for posts on Google+ (Google Plus)", "version": "0.0.3", "options_page": "options.html", "permissions": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "js": [ "includes\/jquery.js", "includes\/userscript.user.js" ], "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "run_at": "document_end" } ] } |