Statsify
Visualize cool stats about a page with a single click!
Was ist Statsify?
Statsify ist eine Chrome-Erweiterung, die von Alan Bi entwickelt wurde, und ihr Hauptmerkmal ist "Visualize cool stats about a page with a single click!".
Erweiterungsscreenshots
Statsify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Statsify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
Offizielle URL | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
Beschreibung | Visualize cool stats about a page with a single click! |
Dateigröße | 15.84 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.00 |
Letztes Update | 2019-02-17 |
Veröffentlichungsdatum | 2019-02-17 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Alan Bi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.statsify.us |
Unterstützte Sprachen | 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" ] } |