Browser Notes

Persistant notepad in your browser

Browser Notesคืออะไร?

Browser Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anton.jidkov และคุณลักษณะหลักของมันคือ "Persistant notepad in your browser"

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

screenshot
screenshot

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

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

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

                        Simple browser note taker that saves automatically and syncs between your account devices.                    

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

ชื่อ Browser Notes Browser Notes
ID faknffefhbboabpelciedjfmpdpkaklb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-notes/faknffefhbboabpelciedjfmpdpkaklb
คำอธิบาย Persistant notepad in your browser
ขนาดไฟล์ 37.67 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-09-15
วันที่เผยแพร่ 2017-09-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา anton.jidkov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "description": "Persistant notepad in your browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "BrowserNotes"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}