Search with Meme

Search and have fun all in one.

Search with Memeとは何ですか?

Search with Memeはhttp://aperations.comによって開発されたChromeの拡張機能で、その主な機能は「Search and have fun all in one.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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
}