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
官方URL 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
    }
}