Mute Button for Google Plus
Add Mute Button on posts in Google Plus
Mute Button for Google Plusとは何ですか?
Mute Button for Google Plusはksagaによって開発されたChromeの拡張機能で、その主な機能は「Add Mute Button on posts in Google Plus」です。
拡張機能のスクリーンショット
Mute Button for Google Plus拡張機能のCRXファイルをダウンロード
Mute Button for Google Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is for your who use mute functional frequently in Google Plus. It adds two buttons on each post in Google plus stream; hide: erase the contents of the post temporarily, that will be reverted when you reload the page. mute: this is shortcut to Google plus's mute functional. My G+ account is: https://plus.google.com/109370984101702523623 2012-08-31 updated to show buttons when you switch to circle's stream. 2011-10-06 updated for G+ change (that was a little bit difficult, thank you for your patience)
拡張機能の基本情報
名前 | |
ID | aebpfndhdfabgmnemfihmgifgckhabmn |
公式URL | https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn |
説明 | Add Mute Button on posts in Google Plus |
ファイルサイズ | 8.37 KB |
インストール数 | 116 |
現在のバージョン | 1.4.3 |
最終更新日 | 2013-12-15 |
公開日 | 2013-12-15 |
評価 | 3.13/5 合計 15 レビュー |
開発者 | ksaga |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |