Q Pad

The simple notepad.

Q Pad là gì?

Q Pad là một tiện ích mở rộng Chrome được phát triển bởi chick307, và tính năng chính của nó là "The simple notepad.".

Ả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 Q Pad

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

                        The simple notepad.
You can share note via Gmail, Blogger or Twitter.

"Ctrl + Shift + /" → to show list of shortcut keys                    

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

Tên Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
URL Chính Thức https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
Mô tả The simple notepad.
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 873
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-03-05
Ngày Phát Hành 2014-03-04
Đánh Giá 4.33/5 Tổng số 42 Đánh Giá
Nhà Phát Triển chick307
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chick307/Q-Pad
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Pad",
    "version": "1.0.0",
    "description": "The simple notepad.",
    "icons": {
        "16": "images\/qpad-16.png",
        "128": "images\/qpad-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/angular\/angular.js",
            "scripts\/events.js",
            "scripts\/wrapped-storage.js",
            "scripts\/app.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Q Pad",
        "default_icon": "images\/qpad-19.png"
    },
    "options_page": "options-page\/index.html"
}