chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

chromePad là gì?

chromePad là một tiện ích mở rộng Chrome được phát triển bởi earthii.dev, và tính năng chính của nó là "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor".

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

screenshot

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

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

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

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

Tên chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
URL Chính Thức https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
Mô tả A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 670
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2018-11-28
Ngày Phát Hành 2018-11-28
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển earthii.dev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}