Search with Meme

Search and have fun all in one.

O que é Search with Meme?

Search with Meme é uma extensão do Chrome desenvolvida por http://aperations.com, e sua principal característica é "Search and have fun all in one.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search with Meme

Baixe arquivos de extensão Search with Meme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Search with Meme Search with Meme
ID gkpgcicbdjonoooeclmlppoanacbnpok
URL Oficial https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok
Descrição Search and have fun all in one.
Tamanho do Arquivo 88.57 KB
Contagem de Instalações 29
Versão Atual 2.5
Última Atualização 2013-10-10
Data de Publicação 2013-10-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://aperations.com
Tipo de Pagamento free
Site da Extensão http://www.aperations.com
Idiomas Suportados 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
}