SiteNotes

Keep notes in your browser associated with your current URL.

SiteNotesคืออะไร?

SiteNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aleks.krnjaic และคุณลักษณะหลักของมันคือ "Keep notes in your browser associated with your current URL."

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

screenshot

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

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

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

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

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

ชื่อ SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
คำอธิบาย Keep notes in your browser associated with your current URL.
ขนาดไฟล์ 21.58 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-04-17
วันที่เผยแพร่ 2016-04-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา aleks.krnjaic
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}