Notely

Making notes simple, organized and always within reach.

Notely là gì?

Notely là một tiện ích mở rộng Chrome được phát triển bởi Notely, và tính năng chính của nó là "Making notes simple, organized and always within reach.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notely

Tải xuống các tệp mở rộng Notely dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notely Notely
ID ndfellgifkedknkiplelpkplcdobnabp
URL Chính Thức https://chrome.google.com/webstore/detail/notely/ndfellgifkedknkiplelpkplcdobnabp
Mô tả Making notes simple, organized and always within reach.
Kích Thước Tệp 1 MB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-02-02
Ngày Phát Hành 2022-01-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Notely
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://notely.in
URL Trang Trợ Giúp https://forms.gle/VnieuoUety2yGsas5
URL Trang Chính Sách Bảo Mật https://notely.in/policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}