Metrics by Authorship

We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.

Cos'è Metrics by Authorship?

Metrics by Authorship è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Metrics by Authorship

Scarica i file di estensione Metrics by Authorship in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Metrics by Authorship Metrics by Authorship
ID efbloedcjhjapjmlaomfekangcdomcdc
URL Ufficiale https://chromewebstore.google.com/detail/metrics-by-authorship/efbloedcjhjapjmlaomfekangcdomcdc
Descrizione We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines.
Dimensione del File 425 KB
Conteggio Installazioni 15
Versione Corrente 3.3
Ultimo Aggiornamento 2017-03-20
Data di Pubblicazione 2017-03-20
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://www.authorship.me/
Lingue Supportate 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"
    ]
}