Responsinator

Responsinator is an tool to check responsiveness of any website.

Responsinator là gì?

Responsinator là một tiện ích mở rộng Chrome được phát triển bởi Ghanshyam Katriya, và tính năng chính của nó là "Responsinator is an tool to check responsiveness of any website.".

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

screenshot
screenshot

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

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

                        Responsinator is an easy to use chrome extension tools to check responsiveness of any website.

How to use :
- Just click on Responsinator chrome extension toolbar icon.
- It will open an popup window contains responsinator tool.
- Enter your website URL for which you want to check responsiveness and press Enter.

Features :
- You can choose devices from available devices list.
- You can change view to landscape mode.
- You can test in your customised resolution.
- Also, you can test your locally hosted websites.                    

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

Tên Responsinator Responsinator
ID nfpglclbdnldbkeiicnnnodjbjclejem
URL Chính Thức https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem
Mô tả Responsinator is an tool to check responsiveness of any website.
Kích Thước Tệp 927 KB
Số Lần Cài Đặt 3,833
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-07-22
Ngày Phát Hành 2019-07-21
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ghanshyam Katriya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responsinator",
    "manifest_version": 2,
    "version": "0.1.0",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "Responsinator is an tool to check responsiveness of any website.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "18": "ext_icons\/icon_18.png",
            "24": "ext_icons\/icon_24.png",
            "36": "ext_icons\/icon_36.png",
            "48": "ext_icons\/icon_48.png"
        }
    },
    "icons": {
        "18": "ext_icons\/icon_18.png",
        "24": "ext_icons\/icon_24.png",
        "36": "ext_icons\/icon_36.png",
        "48": "ext_icons\/icon_48.png"
    },
    "permissions": [
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}