Statsify

Visualize cool stats about a page with a single click!

Qu'est-ce que Statsify ?

Statsify est une extension Chrome développée par Alan Bi, et sa fonction principale est "Visualize cool stats about a page with a single click!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Statsify

Téléchargez les fichiers d'extension Statsify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
URL Officiel https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
Description Visualize cool stats about a page with a single click!
Taille du Fichier 15.84 KB
Nombre d'Installations 22
Version Actuelle 1.00
Dernière Mise à Jour 2019-02-17
Date de Publication 2019-02-17
Évaluation 3.00/5 Total 1 Évaluations
Développeur Alan Bi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.statsify.us
Langues Prises en Charge 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"
    ]
}