Metrics by Authorship
We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
Metrics by Authorship là gì?
Metrics by Authorship là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Metrics by Authorship
Tải xuống các tệp mở rộng Metrics by Authorship dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Metrics by Authorship |
ID | efbloedcjhjapjmlaomfekangcdomcdc |
URL Chính Thức | https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc |
Mô tả | We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines. |
Kích Thước Tệp | 425 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 3.3 |
Cập Nhật Lần Cuối | 2017-03-20 |
Ngày Phát Hành | 2017-03-20 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.authorship.me/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |