Browser Notes

Take and save notes, which change depending on the page you're viewing.

Browser Notesคืออะไร?

Browser Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ppopsacul และคุณลักษณะหลักของมันคือ "Take and save notes, which change depending on the page you're viewing."

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

screenshot

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

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

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

                                            

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

ชื่อ Browser Notes Browser Notes
ID mdmpjhpjbiglieliboipdlededkhhikp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp
คำอธิบาย Take and save notes, which change depending on the page you're viewing.
ขนาดไฟล์ 32.68 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-12-01
วันที่เผยแพร่ 2013-12-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ppopsacul
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "version": "1.1",
    "description": "Take and save notes, which change depending on the page you're viewing.",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Click to take notes",
        "default_popup": "popup.html"
    }
}