Statsify
Visualize cool stats about a page with a single click!
Vad är Statsify?
Statsify är en Chrome-tillägg utvecklad av Alan Bi, och dess huvudfunktion är "Visualize cool stats about a page with a single click!".
Tilläggsskärmbilder
Ladda ner Statsify-förlängningens CRX-fil
Ladda ner Statsify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
Officiell webbadress | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
Beskrivning | Visualize cool stats about a page with a single click! |
Filstorlek | 15.84 KB |
Antal Installationer | 22 |
Aktuell Version | 1.00 |
Senast Uppdaterad | 2019-02-17 |
Publiceringsdatum | 2019-02-17 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | Alan Bi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.statsify.us |
Stödda Språk | 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" ] } |