Harlem Shake The Web!

Based on a bookmarket by Moovweb.

ما هو Harlem Shake The Web!؟

Harlem Shake The Web! هو إضافة Chrome تم تطويرها بواسطة LabLayers، والميزة الرئيسية لها هي "Based on a bookmarket by Moovweb.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Harlem Shake The Web!

قم بتنزيل ملفات الامتداد Harlem Shake The Web! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
عنوان URL الرسمي https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
الوصف Based on a bookmarket by Moovweb.
حجم الملف 36.06 KB
عدد التثبيتات 2,169
النسخة الحالية 1.0.0
آخر تحديث 2013-06-05
تاريخ النشر 2013-06-05
تقييم 4.81/5 مجموع تقييمات 36
المطور LabLayers
نوع الدفع free
اللغات المدعومة 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
}