Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
什麼是Github +1s?
Github +1s是由Ryan Florence開發的Chrome擴展程式,該擴展的主要功能是“Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.”。
擴展截圖
下載Github +1s擴展crx文件
下載Github +1s擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
官方網址 | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
簡介 | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
檔案大小 | 5.54 KB |
安裝次數 | 210 |
目前版本 | 1.4.0 |
更新時間 | 2015-06-19 |
上架時間 | 2015-06-19 |
評分 | 4.58/5 共 12 次評分 |
開發者 | Ryan Florence |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github +1s", "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.", "version": "1.4.0", "permissions": [ "activeTab" ], "icons": { "128": "plusone.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content_script.js" ] } ] } |