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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We help you stay productive, analyzing your text and keeping you within self established boudaries and deadlines."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Metrics by Authorship एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}