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