Minimal Notes

It's minimal. Test it.

Minimal Notesคืออะไร?

Minimal Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mojtaba Javan และคุณลักษณะหลักของมันคือ "It's minimal. Test it."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Notes

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}