Keep it Quick

Keep important data and info and reuse it quickly.

Keep it Quick là gì?

Keep it Quick là một tiện ích mở rộng Chrome được phát triển bởi etaylib, và tính năng chính của nó là "Keep important data and info and reuse it quickly.".

Ả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 Keep it Quick

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

                        Have you ever used the computer and on some point really needed to use your driver's licence id, your office address or your parent PO BOX number?

How many times did you have to get up of your chair and look for it?
Well, now you can keep the data INSIDE the browser for easy fetching.
Quickly add, remove, copy or fill any piece of important data you need for later use.

Important: Your data is discrete, we don't save it or track it.                    

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

Tên Keep it Quick Keep it Quick
ID gobpjokhejbdfdmdoojdkkliikomniol
URL Chính Thức https://chromewebstore.google.com/detail/keep-it-quick/gobpjokhejbdfdmdoojdkkliikomniol
Mô tả Keep important data and info and reuse it quickly.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 312
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-02-02
Ngày Phát Hành 2019-02-02
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển etaylib
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://etaylib.s3.amazonaws.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keep it Quick",
    "short_name": "Keep it Quick",
    "description": "Keep important data and info and reuse it quickly.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "scripts.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "background.js"
        ]
    }
}