Keep it Quick

Keep important data and info and reuse it quickly.

Keep it Quickとは何ですか?

Keep it Quickはetaylibによって開発されたChromeの拡張機能で、その主な機能は「Keep important data and info and reuse it quickly.」です。

拡張機能のスクリーンショット

screenshot

Keep it Quick拡張機能のCRXファイルをダウンロード

Keep it Quick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Keep it Quick Keep it Quick
ID gobpjokhejbdfdmdoojdkkliikomniol
公式URL https://chromewebstore.google.com/detail/keep-it-quick/gobpjokhejbdfdmdoojdkkliikomniol
説明 Keep important data and info and reuse it quickly.
ファイルサイズ 126 KB
インストール数 312
現在のバージョン 0.1.0
最終更新日 2019-02-02
公開日 2019-02-02
評価 3.00/5 合計 1 レビュー
開発者 etaylib
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://etaylib.s3.amazonaws.com/privacy.html
対応言語 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"
        ]
    }
}