Statsify
Visualize cool stats about a page with a single click!
What is Statsify?
Statsify is a Chrome extension developed by Alan Bi, and its main feature is "Visualize cool stats about a page with a single click!".
Extension Screenshots
Download Statsify Extension CRX File
Download Statsify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
Official URL | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
Description | Visualize cool stats about a page with a single click! |
File Size | 15.84 KB |
Installation Count | 22 |
Current Version | 1.00 |
Last Updated | 2019-02-17 |
Publish Date | 2019-02-17 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Alan Bi |
[email protected] | |
Payment Type | free |
Extension Website | https://www.statsify.us |
Supported Languages | 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" ] } |