Metrics by Authorship
We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
Qu'est-ce que Metrics by Authorship ?
Metrics by Authorship est une extension Chrome développée par Unknown, et sa fonction principale est "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metrics by Authorship
Téléchargez les fichiers d'extension Metrics by Authorship 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
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.
Informations de Base sur l'Extension
Nom | Metrics by Authorship |
ID | efbloedcjhjapjmlaomfekangcdomcdc |
URL Officiel | https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc |
Description | We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines. |
Taille du Fichier | 425 KB |
Nombre d'Installations | 15 |
Version Actuelle | 3.3 |
Dernière Mise à Jour | 2017-03-20 |
Date de Publication | 2017-03-20 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://www.authorship.me/ |
Langues Prises en Charge | 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" ] } |