Statsify
Visualize cool stats about a page with a single click!
什么是Statsify?
Statsify是由Alan Bi开发的Chrome扩展程序,该扩展的主要功能是“Visualize cool stats about a page with a single click!”。
扩展截图
下载Statsify扩展crx文件
下载Statsify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Statsify allows you to view interesting statistics and information about the webpage you're currently browsing. With a single click, you can generate the following insights: • Ratio of internal vs. outbound links • Most frequent words • Key phrases • Total word count Visit https://www.statsify.us to learn more and access even more visualizations and statistics!
扩展基本信息
名称 | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
官方URL | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
简介 | Visualize cool stats about a page with a single click! |
文件大小 | 15.84 KB |
安装次数 | 22 |
当前版本 | 1.00 |
更新时间 | 2019-02-17 |
上架时间 | 2019-02-17 |
评分 | 3.00/5 共1次评分 |
开发者 | Alan Bi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.statsify.us |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Statsify", "description": "Visualize cool stats about a page with a single click!", "version": "1.00", "icons": { "128": "assets\/logo.png" }, "browser_action": { "default_icon": "assets\/logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |