Harlem Shake The Web!

Based on a bookmarket by Moovweb.

O que é Harlem Shake The Web!?

Harlem Shake The Web! é uma extensão do Chrome desenvolvida por LabLayers, e sua principal característica é "Based on a bookmarket by Moovweb.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Harlem Shake The Web!

Baixe arquivos de extensão Harlem Shake The Web! 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

                        A Chrome Extension based on http://blog.moovweb.com/2013/02/happy-valentines-day-internet-behold-the-harlem-shake-bookmarklet/

This adds a button to your toolbar that causes the website you are on to the the Harlem Shake. Just click it... and have fun!                    

Informações Básicas da Extensão

Nome Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
URL Oficial https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
Descrição Based on a bookmarket by Moovweb.
Tamanho do Arquivo 36.06 KB
Contagem de Instalações 2,169
Versão Atual 1.0.0
Última Atualização 2013-06-05
Data de Publicação 2013-06-05
Classificação 4.81/5 Total de 36 Avaliações
Desenvolvedor LabLayers
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Harlem Shake The Web!"
    },
    "name": "Harlem Shake The Web!",
    "description": "Based on a bookmarket by Moovweb.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "160": "icon-160.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0",
    "manifest_version": 2
}