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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metrics by Authorship

ดาวน์โหลดไฟล์ส่วนขยาย 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 Metrics by Authorship
ID efbloedcjhjapjmlaomfekangcdomcdc
URL อย่างเป็นทางการ 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"
    ]
}