Statsify

Visualize cool stats about a page with a single click!

Wat is Statsify?

Statsify is een Chrome-extensie ontwikkeld door Alan Bi, en de belangrijkste functie is "Visualize cool stats about a page with a single click!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Statsify

Download Statsify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
Officiële URL https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
Beschrijving Visualize cool stats about a page with a single click!
Bestandsgrootte 15.84 KB
Aantal Installaties 22
Huidige Versie 1.00
Laatst Bijgewerkt 2019-02-17
Publicatiedatum 2019-02-17
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alan Bi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.statsify.us
Ondersteunde Talen 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"
    ]
}