Take Note

An extension to help you take notes on long articles in your browser. Recognizes and formats code.

Take Noteคืออะไร?

Take Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarahhubschmail และคุณลักษณะหลักของมันคือ "An extension to help you take notes on long articles in your browser. Recognizes and formats code."

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

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

ดาวน์โหลดไฟล์ส่วนขยาย Take Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An app that helps you take notes on articles, blog posts, or documentation.

Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take.

The extension also recognizes and formats any code you save as a note.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Take Note Take Note
ID jkhfbnadhkkefjioelljpcmkgnoamakg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg
คำอธิบาย An extension to help you take notes on long articles in your browser. Recognizes and formats code.
ขนาดไฟล์ 1.87 MB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-08-10
วันที่เผยแพร่ 2017-08-10
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา sarahhubschmail
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Note",
    "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "js\/background.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Take Note",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-bitty.png",
        "128": "images\/icon-bitty.png"
    }
}