Harlem Shake The Web!

Based on a bookmarket by Moovweb.

Harlem Shake The Web! là gì?

Harlem Shake The Web! là một tiện ích mở rộng Chrome được phát triển bởi LabLayers, và tính năng chính của nó là "Based on a bookmarket by Moovweb.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Harlem Shake The Web!

Tải xuống các tệp mở rộng Harlem Shake The Web! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
URL Chính Thức https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
Mô tả Based on a bookmarket by Moovweb.
Kích Thước Tệp 36.06 KB
Số Lần Cài Đặt 2,169
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-06-05
Ngày Phát Hành 2013-06-05
Đánh Giá 4.81/5 Tổng số 36 Đánh Giá
Nhà Phát Triển LabLayers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}