Genie History Search

Always find the page you are looking for, like magic.

Genie History Searchとは何ですか?

Genie History Searchはhttps://geniehistorysearch.comによって開発されたChromeの拡張機能で、その主な機能は「Always find the page you are looking for, like magic.」です。

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

screenshot
screenshot
screenshot

Genie History Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Finding a particular page is not always easy.

If you ever find yourself opening a lot of pages and losing track of where a certain page is, worry no more. 
If you ever close a page accidentally and can't find it, worry no more.
If you ever can't find a page among all your bookmarks, worry no more.

With Genie History Search, all your open pages, bookmarks and history of pages are always at your finger tips. 

Simply click the extension icon or press Ctrl+K (Cmd+K) and Genie is here to help you.                    

拡張機能の基本情報

名前 Genie History Search Genie History Search
ID knbjijibldffhfbhcponbgmndceoopml
公式URL https://chromewebstore.google.com/detail/genie-history-search/knbjijibldffhfbhcponbgmndceoopml
説明 Always find the page you are looking for, like magic.
ファイルサイズ 3.39 MB
インストール数 442
現在のバージョン 0.4.2
最終更新日 2017-11-28
公開日 2017-11-27
評価 4.67/5 合計 3 レビュー
開発者 https://geniehistorysearch.com
支払い方法 free
拡張機能のウェブサイト https://geniehistorysearch.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genie History Search",
    "short_name": "Genie",
    "description": "Always find the page you are looking for, like magic.",
    "version": "0.4.2",
    "icons": {
        "128": "images\/genie-lamp-transparent-bg-128.png"
    },
    "browser_action": {
        "default_icon": "images\/genie-lamp-transparent-bg-128.png",
        "default_popup": "app.html"
    },
    "optional_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "history",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "new-tab.html",
        "app.html",
        "google.html"
    ],
    "commands": {
        "toggle-popup": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Ctrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Toggle Popup"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Ctrl+K",
                "chromeos": "Ctrl+K",
                "linux": "Ctrl+K"
            }
        }
    }
}