Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

Sticky Notesคืออะไร?

Sticky Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Divin Divakaran และคุณลักษณะหลักของมันคือ "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done."

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

screenshot
screenshot
screenshot

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

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

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

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

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

ชื่อ Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
คำอธิบาย Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-12-18
วันที่เผยแพร่ 2018-12-18
คะแนน 2.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Divin Divakaran
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.divindivakaran.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}