chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

chromePad क्या है?

chromePad earthii.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor"।

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

screenshot

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

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

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

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

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

नाम chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
आधिकारिक URL https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
विवरण A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
फ़ाइल का आकार 213 KB
स्थापना संख्या 670
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2018-11-28
प्रकाशन तिथि 2018-11-28
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर earthii.dev
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}