Keep it Quick

Keep important data and info and reuse it quickly.

What is Keep it Quick?

Keep it Quick is a Chrome extension developed by etaylib, and its main feature is "Keep important data and info and reuse it quickly.".

Extension Screenshots

screenshot

Download Keep it Quick Extension CRX File

Download Keep it Quick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Keep it Quick Keep it Quick
ID gobpjokhejbdfdmdoojdkkliikomniol
Official URL https://chromewebstore.google.com/detail/keep-it-quick/gobpjokhejbdfdmdoojdkkliikomniol
Description Keep important data and info and reuse it quickly.
File Size 126 KB
Installation Count 312
Current Version 0.1.0
Last Updated 2019-02-02
Publish Date 2019-02-02
Rating 3.00/5 Total 1 Ratings
Developer etaylib
Email [email protected]
Payment Type free
Privacy Policy Page URL https://etaylib.s3.amazonaws.com/privacy.html
Supported Languages 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"
        ]
    }
}