Minimal Notes

It's minimal. Test it.

Minimal Notes là gì?

Minimal Notes là một tiện ích mở rộng Chrome được phát triển bởi Mojtaba Javan, và tính năng chính của nó là "It's minimal. Test it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Notes

Tải xuống các tệp mở rộng Minimal Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimal Notes Minimal Notes
ID hkfapjkjbdhfoeoomnmjmafpehckingh
URL Chính Thức https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh
Mô tả It's minimal. Test it.
Kích Thước Tệp 12.95 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-06-11
Ngày Phát Hành 2019-06-11
Nhà Phát Triển Mojtaba Javan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mrmowji/minimal-notes
Ngôn Ngữ Được Hỗ Trợ 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
    }
}