Sticky Notes Extension

Easily add and organise sticky notes to your new tab page.

Sticky Notes Extensionคืออะไร?

Sticky Notes Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stickynotes-tab.com และคุณลักษณะหลักของมันคือ "Easily add and organise sticky notes to your new tab page."

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

screenshot

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

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

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

                        Sticky Notes extension is a free new tab chrome extension that allows you to use your browser new tab as a designated board for sticky notes along with a accessible web search bar to look up things on the internet, at ease!

Simply type your notes or use voice to dictate your note information and organise them wherever you want on your tab.

By Clicking ‘Add to Chrome’, you are accepting and agreeing to install the Sticky Notes Extension, and understand that your browsers new tab will be changed to that provided by the service with search results by Microsoft Bing. Your usage of this extension will be governed by the Privacy Policy and Terms & Conditions links below.

Links:
https://iskra.com.au/privacy-policy/
https://iskra.com.au/terms-conditions/                    

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

ชื่อ Sticky Notes Extension Sticky Notes Extension
ID fblhamfcoiaipochpbcpmeaogimigghg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sticky-notes-extension/fblhamfcoiaipochpbcpmeaogimigghg
คำอธิบาย Easily add and organise sticky notes to your new tab page.
ขนาดไฟล์ 565 KB
จำนวนการติดตั้ง 57,197
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2023-08-29
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://stickynotes-tab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://stickynotes-tab.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.iskra.com.au/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Extension",
    "short_name": "Sticky Notes",
    "version": "1.0.0",
    "description": "Easily add and organise sticky notes to your new tab page.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "sticky.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": false,
        "default_title": "Sticky Notes Tab"
    },
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}