Notepad - online

Notepad-online for Chrome with sync functionality. Open and edit data on any computer.

Notepad - online là gì?

Notepad - online là một tiện ích mở rộng Chrome được phát triển bởi https://notepad-online.ru, và tính năng chính của nó là "Notepad-online for Chrome with sync functionality. Open and edit data on any computer.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Notepad - online 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

                        This is just a notepad online. You can save any text from the internet and get access to it anywhere. Notepad with auto save and sync.
Create a large number of notes for different purposes.

Enter the password, so nobody can see the content of your Notepad.

Enjoy!                    

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

Tên Notepad - online Notepad - online
ID fefodpegbocmidnfphgggnjcicipaibk
URL Chính Thức https://chromewebstore.google.com/detail/notepad-online/fefodpegbocmidnfphgggnjcicipaibk
Mô tả Notepad-online for Chrome with sync functionality. Open and edit data on any computer.
Kích Thước Tệp 294 KB
Số Lần Cài Đặt 261,894
Phiên Bản Hiện Tại 1.15.120
Cập Nhật Lần Cuối 2023-04-13
Ngày Phát Hành 2020-06-04
Đánh Giá 4.35/5 Tổng số 1123 Đánh Giá
Nhà Phát Triển https://notepad-online.ru
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://notepad-online.info/privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,ru,hi,zh-CN
manifest.json
{
    "manifest_version": 2,
    "author": "nevzilya",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "options_page": "options.html",
    "version": "1.15.120",
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "img\/notepad_48.png",
        "128": "img\/notepad_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/notepad-online.ru\/*",
        "http:\/\/notepad-online.ru\/*",
        "unlimitedStorage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "24": "img\/a_6.png",
            "48": "img\/notepad_48.png",
            "128": "img\/notepad_128.png"
        },
        "default_title": "__MSG_ext_short_name__",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "short_name": "__MSG_ext_short_name__",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}