Etch

Work Made Easy

Etch क्या है?

Etch https://www.etchhq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Work Made Easy"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Etch allows you to quickly create notes in the browser with the click of button. No more switching back to another note taking app. Just hit the new tab icon in chrome and select start writing. You can then add in content from across the web including images, videos, PDFs and other file types. Save and organise your notes easily in your Etch Workspace.

All notes are saved automatically as you type, even if you close the tab. Capture your ideas. Make task lists. Collaborate on content with others. Create collections of related notes. Manage personal and business projects. Organise your life. Etch is only tool that allows you to do it all in browser - and fast. It’s work made easy.

With Etch you can:

- Start writing in seconds
- Save your ideas fast
- Add rich media and files
- Create a daily to-do list
- Use it as a journal
- Collect blog ideas & content
- Share notes with others
- Work much faster                    

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

नाम Etch Etch
ID oniooolcmlmolbmlanmlhedolgfgkbkm
आधिकारिक URL https://chromewebstore.google.com/detail/etch/oniooolcmlmolbmlanmlhedolgfgkbkm
विवरण Work Made Easy
फ़ाइल का आकार 290 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-10-06
प्रकाशन तिथि 2020-10-06
डेवलपर https://www.etchhq.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://etchhq.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etch",
    "version": "0.0.1",
    "description": "Work Made Easy",
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16x16.png",
            "32": "images\/logo-32x32.png",
            "48": "images\/logo-48x48.png",
            "128": "images\/logo-128x128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/fonts\/*",
        "images\/*",
        "fonts.css"
    ],
    "incognito": "not_allowed",
    "short_name": "Etch"
}