Harlem Shake The Web!

Based on a bookmarket by Moovweb.

Cos'è Harlem Shake The Web!?

Harlem Shake The Web! è un'estensione di Chrome sviluppata da LabLayers, e la sua funzione principale è "Based on a bookmarket by Moovweb.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Harlem Shake The Web!

Scarica i file di estensione Harlem Shake The Web! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
URL Ufficiale https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
Descrizione Based on a bookmarket by Moovweb.
Dimensione del File 36.06 KB
Conteggio Installazioni 2,169
Versione Corrente 1.0.0
Ultimo Aggiornamento 2013-06-05
Data di Pubblicazione 2013-06-05
Valutazione 4.81/5 Totale 36 Valutazioni
Sviluppatore LabLayers
Tipo di Pagamento free
Lingue Supportate 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
}