Image rotator

One of the less useful extensions out there.

Image rotator là gì?

Image rotator là một tiện ích mở rộng Chrome được phát triển bởi FH, và tính năng chính của nó là "One of the less useful extensions out there.".

Tải xuống tệp CRX của tiện ích mở rộng Image rotator

Tải xuống các tệp mở rộng Image rotator 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

                        Does what the title says it does.                    

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

Tên Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
URL Chính Thức https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
Mô tả One of the less useful extensions out there.
Kích Thước Tệp 3.86 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-12-15
Ngày Phát Hành 2013-12-15
Đánh Giá 1.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển FH
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}