Keep it Quick

Keep important data and info and reuse it quickly.

Wat is Keep it Quick?

Keep it Quick is een Chrome-extensie ontwikkeld door etaylib, en de belangrijkste functie is "Keep important data and info and reuse it quickly.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Keep it Quick

Download Keep it Quick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Keep it Quick Keep it Quick
ID gobpjokhejbdfdmdoojdkkliikomniol
Officiële URL https://chromewebstore.google.com/detail/keep-it-quick/gobpjokhejbdfdmdoojdkkliikomniol
Beschrijving Keep important data and info and reuse it quickly.
Bestandsgrootte 126 KB
Aantal Installaties 312
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-02-02
Publicatiedatum 2019-02-02
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar etaylib
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://etaylib.s3.amazonaws.com/privacy.html
Ondersteunde Talen 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"
        ]
    }
}