Harlem Shake The Web!
Based on a bookmarket by Moovweb.
Apa itu Harlem Shake The Web!?
Harlem Shake The Web! adalah ekstensi Chrome yang dikembangkan oleh LabLayers, dan fitur utamanya adalah "Based on a bookmarket by Moovweb.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Harlem Shake The Web!
Unduh file ekstensi Harlem Shake The Web! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | ldejkceiibdbkgjfiagpjhjdadgkelib |
URL Resmi | https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib |
Deskripsi | Based on a bookmarket by Moovweb. |
Ukuran File | 36.06 KB |
Jumlah Instalasi | 2,169 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-06-05 |
Tanggal Publikasi | 2013-06-05 |
Penilaian | 4.81/5 Total 36 Penilaian |
Pengembang | LabLayers |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |