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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Metrics by Authorship 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}