Share Counters
View social share counters and share any page you visit.
什么是Share Counters?
Share Counters是由https://browser-tools.com开发的Chrome扩展程序,该扩展的主要功能是“View social share counters and share any page you visit.”。
扩展截图
下载Share Counters扩展crx文件
下载Share Counters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Share Counters reveals the social live of any web page.
- Individual share counters
- Total shares
- Global site rank
- Reach percentage
You can also share the page with a click on an icon.
Supported social networks:
- Twitter
- Facebook
- Google+
- Reddit
- StumbleUpon
- Pinterest
- Linked-in
The reach percentage displayed in the extension is the number of shares versus the global domain rank and determines how the page performed on social networks. 扩展基本信息
| 名称 | |
| ID | cfodbffnpkbkemcnhpdmfjmhbcbcopbl |
| 官方URL | https://chromewebstore.google.com/detail/share-counters/cfodbffnpkbkemcnhpdmfjmhbcbcopbl |
| 简介 | View social share counters and share any page you visit. |
| 文件大小 | 41.26 KB |
| 安装次数 | 271 |
| 当前版本 | 1.24 |
| 更新时间 | 2017-08-23 |
| 上架时间 | 2017-08-23 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | https://browser-tools.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browser-tools.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Share Counters",
"short_name": "Share Counters",
"description": "View social share counters and share any page you visit.",
"version": "1.24",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"http:\/\/*\/"
]
} | |