Notes: Keep Sticky Thoughts in Google Drive

Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.

Notes: Keep Sticky Thoughts in Google Driveคืออะไร?

Notes: Keep Sticky Thoughts in Google Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsecraft.com และคุณลักษณะหลักของมันคือ "Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notes: Keep Sticky Thoughts in Google Drive

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

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

                        Sick of emailing yourself notes, links and ideas? Want to keep everything in Google Drive? Notes extension lets you keep all your notes in Google Drive and get access to them in one click.

FEATURES
• Automatically saves your notes to Google Drive as soon as you start typing.
• Automatically generates a note title from the first line.
• Drag and drop reordering of notes.
• Text formatting: bold text, italics, lists. Make each of your notes unique. 
• Quick access buttons for opening the Google Drive folder where keep your notes.

Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛.

DISCLAIMER
Please note "Notes: Keep Sticky Thoughts in Google Drive" is not made by Google™ or affiliated with Google™. Google™ and Google Drive™ are trademarks of Google LLC.                    

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

ชื่อ Notes: Keep Sticky Thoughts in Google Drive Notes: Keep Sticky Thoughts in Google Drive
ID ndidogegapfaolpcebadjknkdlladffa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-keep-sticky-thought/ndidogegapfaolpcebadjknkdlladffa
คำอธิบาย Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 103,827
เวอร์ชันปัจจุบัน 23.12.11
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2018-04-05
คะแนน 4.67/5 รวมทั้งหมด 919 คะแนน
ผู้พัฒนา https://browsecraft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsecraft.com/
URL หน้าช่วยเหลือ https://browsecraft.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://browsecraft.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "23.12.11",
    "manifest_version": 3,
    "description": "Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "oauth2": {
        "client_id": "747134525486-k45nlfvdpnnqmjbcgrfpaplekp7bhmsa.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Notes",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}