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 |
官方網址 | 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" } ] } |