Statsify

Visualize cool stats about a page with a single click!

Co to jest Statsify?

Statsify to rozszerzenie Chrome opracowane przez Alan Bi, a jego główną funkcją jest „Visualize cool stats about a page with a single click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Statsify

Pobierz pliki rozszerzeń Statsify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Statsify Statsify
ID nmifmhiilofkndfejgeigkkpmkmlgoeb
Oficjalny URL https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb
Opis Visualize cool stats about a page with a single click!
Rozmiar pliku 15.84 KB
Liczba instalacji 22
Aktualna Wersja 1.00
Ostatnia Aktualizacja 2019-02-17
Data Publikacji 2019-02-17
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Alan Bi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.statsify.us
Obsługiwane Języki 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"
    ]
}