Etch

Work Made Easy

什麼是Etch?

Etch是由https://www.etchhq.com開發的Chrome擴展程式,該擴展的主要功能是“Work Made Easy”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Etch擴展crx文件

下載Etch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}