Working on it

Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.

Working on it क्या है?

Working on it Ale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Working on it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        All data is private and stored locally in your browser.                    

एक्सटेंशन की मूल जानकारी

नाम Working on it Working on it
ID ibjababomdgfgigmliiodbongpokoeam
आधिकारिक URL https://chromewebstore.google.com/detail/working-on-it/ibjababomdgfgigmliiodbongpokoeam
विवरण Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.
फ़ाइल का आकार 274 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.8
अंतिम अपडेट 2018-01-25
प्रकाशन तिथि 2018-01-25
डेवलपर Ale
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Working on it",
    "version": "0.8",
    "description": "Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.",
    "icons": {
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "24": "icons\/24.png",
        "16": "icons\/16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "static\/bg.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "24": "icons\/24.png",
            "16": "icons\/16.png"
        },
        "default_popup": "menu.html"
    },
    "options_page": "options.html",
    "oauth2": {
        "client_id": "299587398487-uea2jbvtfpomrs755ve15jotdifkrks5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnz\/QhzpVXEdYSY8Da5ACi+j27PNR0vheE5VflKzmisyN0tyRxuB4Is07sy0yEi830kcLsvVyTUqKH4Sb7LvPCudwBOdBoftui+SO60xN80gyJpWDdVZSpPry2jLS1Z7thVKfSbcwP0VSMZZpSiuNKdkH39lSp\/52k9QiIIbKact2d+8v1mlIWI1uR8wNRXmZ3LFmYDGOG8pxiX6B9lJRzsoINx6Jde2NxKtKBdoDCa2iNyiIBzmRun5wOjiYoYxrKs6RbnNLUNQE2fIn8ldMahbodMx9YZS1nVpMaSLdG+obobBhGiZ8Q+ggpCsF\/mG6eERTcOMxEhx4zxXxS2TlBwIDAQAB"
}