Metrics by Authorship
We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
Was ist Metrics by Authorship?
Metrics by Authorship ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.".
Erweiterungsscreenshots
Metrics by Authorship-Erweiterungs-CRX-Datei herunterladen
Laden Sie Metrics by Authorship-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Metrics by Authorship |
ID | efbloedcjhjapjmlaomfekangcdomcdc |
Offizielle URL | https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc |
Beschreibung | We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines. |
Dateigröße | 425 KB |
Installationsanzahl | 15 |
Aktuelle Version | 3.3 |
Letztes Update | 2017-03-20 |
Veröffentlichungsdatum | 2017-03-20 |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://www.authorship.me/ |
Unterstützte Sprachen | 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" ] } |