Search with Meme

Search and have fun all in one.

Search with Meme क्या है?

Search with Meme http://aperations.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and have fun all in one."।

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

screenshot

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

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

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

                        Makes searching the web more fun! Every time you search get a meme to make you smile. Doubles up as a serious productivity tool with quick access and keyboard shortcuts to all the popular search outlets.

- Search Google
- Search Amazon
- Search Facebook
- Search Yelp
- Search Twitter
- Search Google Maps
- Search Linkedin
- Search for people
- Search for locations

Its fast and powerful and will put a smile on your face every time you use it.                    

एक्सटेंशन की मूल जानकारी

नाम Search with Meme Search with Meme
ID gkpgcicbdjonoooeclmlppoanacbnpok
आधिकारिक URL https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok
विवरण Search and have fun all in one.
फ़ाइल का आकार 88.57 KB
स्थापना संख्या 29
वर्तमान संस्करण 2.5
अंतिम अपडेट 2013-10-10
प्रकाशन तिथि 2013-10-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://aperations.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.aperations.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with Meme",
    "short_name": "Search + Meme",
    "description": "Search and have fun all in one.",
    "version": "2.5",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/connect.facebook.net https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "icons": {
        "16": "search.png",
        "48": "search.png",
        "128": "search.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "windows": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    },
    "browser_action": {
        "default_title": "Search",
        "default_icon": "search.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}