Sticky Notes

Sticky Notes - don't ever forget a thing

Sticky Notesคืออะไร?

Sticky Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mariosloan และคุณลักษณะหลักของมันคือ "Sticky Notes - don't ever forget a thing"

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

screenshot

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

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

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

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

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

ชื่อ Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
คำอธิบาย Sticky Notes - don't ever forget a thing
ขนาดไฟล์ 4.25 MB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-12-28
วันที่เผยแพร่ 2022-12-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mariosloan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sticky-us.com/
URL หน้าช่วยเหลือ https://sticky-us.com/#contact-us
URL หน้านโยบายความเป็นส่วนตัว https://sticky-us.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}