Statsify

Visualize cool stats about a page with a single click!

Hvad er Statsify?

Statsify er en Chrome-udvidelse udviklet af Alan Bi, og dens hovedfunktion er "Visualize cool stats about a page with a single click!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Statsify-udvidelses-CRX-fil

Download Statsify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
Officiel URL https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
Beskrivelse Visualize cool stats about a page with a single click!
Filstørrelse 15.84 KB
Antal Installationer 22
Nuværende Version 1.00
Senest Opdateret 2019-02-17
Udgivelsesdato 2019-02-17
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler Alan Bi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.statsify.us
Understøttede Sprog 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"
    ]
}