Harlem Shake The Web!

Based on a bookmarket by Moovweb.

Qu'est-ce que Harlem Shake The Web! ?

Harlem Shake The Web! est une extension Chrome développée par LabLayers, et sa fonction principale est "Based on a bookmarket by Moovweb.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Harlem Shake The Web!

Téléchargez les fichiers d'extension Harlem Shake The Web! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
URL Officiel https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
Description Based on a bookmarket by Moovweb.
Taille du Fichier 36.06 KB
Nombre d'Installations 2,169
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-06-05
Date de Publication 2013-06-05
Évaluation 4.81/5 Total 36 Évaluations
Développeur LabLayers
Type de Paiement free
Langues Prises en Charge 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
}