Minimal Notes

It's minimal. Test it.

什麼是Minimal Notes?

Minimal Notes是由Mojtaba Javan開發的Chrome擴展程式,該擴展的主要功能是“It's minimal. Test it.”。

擴展截圖

screenshot

下載Minimal Notes擴展crx文件

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

擴展使用說明

                        It's a simple, free, open-source and offline note-taking extension.
It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once.

How does it work?
1. Select your text in a web page.
2. Right-click and select "Take note".
3. To see your notes, click the icon.
4. Copy if you want.

Changelog
- 1.0.3
  - Used context menu instead of keyboard shortcut
  - Fixed some minor bugs                    

擴展基本資訊

名稱 Minimal Notes Minimal Notes
ID hkfapjkjbdhfoeoomnmjmafpehckingh
官方網址 https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh
簡介 It's minimal. Test it.
檔案大小 12.95 KB
安裝次數 48
目前版本 1.0.3
更新時間 2019-06-11
上架時間 2019-06-11
開發者 Mojtaba Javan
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mrmowji/minimal-notes
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Notes",
    "description": "It's minimal. Test it.",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}