Genie History Search

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

Genie History Search क्या है?

Genie History Search https://geniehistorysearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always find the page you are looking for, like magic."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Genie History Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        }
    }
}