Metrics by Authorship
We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
O que é Metrics by Authorship?
Metrics by Authorship é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Metrics by Authorship
Baixe arquivos de extensão Metrics by Authorship 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
Metrics by Authorship, helps you to measure your productivity while you are writing, giving you stats based on the milestones you select, it can be "Words per Day", "Words per Month", or a "Milestone". Metrics automatically get the words while you're working in a particular document, you can always "pause" or "resume" your current project. Metrics by Authorship works perfectly in Google Docs and Wordpress.
Informações Básicas da Extensão
Nome | Metrics by Authorship |
ID | efbloedcjhjapjmlaomfekangcdomcdc |
URL Oficial | https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc |
Descrição | We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines. |
Tamanho do Arquivo | 425 KB |
Contagem de Instalações | 15 |
Versão Atual | 3.3 |
Última Atualização | 2017-03-20 |
Data de Publicação | 2017-03-20 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://www.authorship.me/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Metrics by Authorship", "short_name": "Metrics", "description": "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.", "version": "3.3", "manifest_version": 2, "author": "Authorship: Thiago Rodrigues, Luis Baja\u00f1a and Guilherme Ribeiro", "offline_enabled": false, "icons": { "128": "img\/icons\/imgpsh_fullsize.png" }, "browser_action": { "default_icon": "img\/icons\/imgpsh_fullsize.png", "default_popup": "projects.html", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "permissions": [ "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/metricsApi.js", "js\/getTexts.js" ] } ], "web_accessible_resources": [ "\/js\/catchData.js" ] } |