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 |
| 官方網址 | 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:\/\/*\/"
]
} | |