Statsify
Visualize cool stats about a page with a single click!
O que é Statsify?
Statsify é uma extensão do Chrome desenvolvida por Alan Bi, e sua principal característica é "Visualize cool stats about a page with a single click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Statsify
Baixe arquivos de extensão Statsify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | nmifmhiilofkndfejgeigkkpmkmlgoeb |
URL Oficial | https://chrome.google.com/webstore/detail/statsify/nmifmhiilofkndfejgeigkkpmkmlgoeb |
Descrição | Visualize cool stats about a page with a single click! |
Tamanho do Arquivo | 15.84 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.00 |
Última Atualização | 2019-02-17 |
Data de Publicação | 2019-02-17 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | Alan Bi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.statsify.us |
Idiomas Suportados | 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" ] } |