Notely

Making notes simple, organized and always within reach.

Notelyคืออะไร?

Notely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Notely และคุณลักษณะหลักของมันคือ "Making notes simple, organized and always within reach."

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

screenshot
screenshot
screenshot

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

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

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

                        Notely - Quick, Easy, and Smooth note-taking process for you inside browser. Its card and page layout let you arrange content in the way you want; so that you keep noting without having to worry about the number of notes.

With Notely you can easily:
 - Easily take notes while browsing or attending any meeting.
 - Save important points directly to your notes with highlight and click.
 - Get short summaries of any article into your dashboard. (Still in beta :p)
 - Record and playback audio notes
 - Arrange notes as per your convenience with the page feature                    

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

ชื่อ Notely Notely
ID ndfellgifkedknkiplelpkplcdobnabp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/notely/ndfellgifkedknkiplelpkplcdobnabp
คำอธิบาย Making notes simple, organized and always within reach.
ขนาดไฟล์ 1 MB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-02-02
วันที่เผยแพร่ 2022-01-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Notely
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notely.in
URL หน้าช่วยเหลือ https://forms.gle/VnieuoUety2yGsas5
URL หน้านโยบายความเป็นส่วนตัว https://notely.in/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notely",
    "author": "Gaurav",
    "description": "Making notes simple, organized and always within reach.",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/128.png",
        "default_title": "Notely"
    },
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "index.html",
        "index.js",
        "static\/*",
        "auth\/*.*",
        "logout\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/embed.tawk.to\/61f16701b9e4e21181bc0641\/1fqbfkor8 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self';",
    "manifest_version": 2
}