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ファイルをダウンロード

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