Kwik Note

Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!

Kwik Note là gì?

Kwik Note là một tiện ích mở rộng Chrome được phát triển bởi Xanco, và tính năng chính của nó là "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!".

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

screenshot
screenshot

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

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

                        Need a convenient way to make notes whilst surfing the net? Then Kwik Note is the answer to your prayers!

Kwik Note is a way of making quick notes while browsing the internet. Kwik Note will save your notes, so next time you launch Chrome, your notes will be there, ready and waiting! You can quickly bring Kwik Note up by either right clicking and choosing "Kwik Window" or by clicking on the Kwik Note icon on the menu bar. You can move the Kwik window around with ease, simply drag it with your mouse.

More updates coming soon!

A big thank-you to icons8.com, for the icon.                    

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

Tên Kwik Note Kwik Note
ID gcnajomnpnepkhkgedflcnidlnnfbill
URL Chính Thức https://chromewebstore.google.com/detail/kwik-note/gcnajomnpnepkhkgedflcnidlnnfbill
Mô tả Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 1.0.2.2
Cập Nhật Lần Cuối 2014-06-04
Ngày Phát Hành 2014-06-04
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Xanco
Loại Thanh Toán free
URL Trang Trợ Giúp https://docs.google.com/forms/d/16M8LVnKATPG4HEgG5ibFDb7Ikve5A5p0kei1ZVGdS3Q/viewform
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kwik Note",
    "description": "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!",
    "version": "1.0.2.2",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "create.js"
            ],
            "css": [
                "theme.css"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "cross.png"
    ]
}