Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

Quickie - Sticky Notesคืออะไร?

Quickie - Sticky Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tutorialcodeplay.com และคุณลักษณะหลักของมันคือ "Manage your notes easily with our new 'Quickie-Sticky Notes'."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

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

ชื่อ Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
คำอธิบาย Manage your notes easily with our new 'Quickie-Sticky Notes'.
ขนาดไฟล์ 841 KB
จำนวนการติดตั้ง 1,114
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-02-29
วันที่เผยแพร่ 2020-02-29
คะแนน 4.07/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://tutorialcodeplay.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tutorialcodeplay.com
URL หน้าช่วยเหลือ https://tutorialcodeplay.com
URL หน้านโยบายความเป็นส่วนตัว https://htmlcodeplay.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}