Harlem Shake The Web!
Based on a bookmarket by Moovweb.
Wat is Harlem Shake The Web!?
Harlem Shake The Web! is een Chrome-extensie ontwikkeld door LabLayers, en de belangrijkste functie is "Based on a bookmarket by Moovweb.".
Extensie Screenshots
Download het CRX-bestand van de extensie Harlem Shake The Web!
Download Harlem Shake The Web!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ldejkceiibdbkgjfiagpjhjdadgkelib |
Officiële URL | https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib |
Beschrijving | Based on a bookmarket by Moovweb. |
Bestandsgrootte | 36.06 KB |
Aantal Installaties | 2,169 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-06-05 |
Publicatiedatum | 2013-06-05 |
Beoordeling | 4.81/5 Totaal 36 Beoordelingen |
Ontwikkelaar | LabLayers |
Betalingswijze | free |
Ondersteunde Talen | 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 } |