Metrics by Authorship
We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
什麼是Metrics by Authorship?
Metrics by Authorship是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.”。
擴展截圖
下載Metrics by Authorship擴展crx文件
下載Metrics by Authorship擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Metrics by Authorship |
ID | efbloedcjhjapjmlaomfekangcdomcdc |
官方網址 | https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc |
簡介 | We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines. |
檔案大小 | 425 KB |
安裝次數 | 15 |
目前版本 | 3.3 |
更新時間 | 2017-03-20 |
上架時間 | 2017-03-20 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://www.authorship.me/ |
支援的語言 | 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" ] } |