Responswitch

Test responsive design of any web page with one click. Extension works when you click to extension icon only.

Responswitch là gì?

Responswitch là một tiện ích mở rộng Chrome được phát triển bởi Mesut Tasci, và tính năng chính của nó là "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".

Ả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 Responswitch

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

                        Make easily responsive design test any website with just one click.                    

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

Tên Responswitch Responswitch
ID jnajocfhlflimigaiiidopobidekkanf
URL Chính Thức https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf
Mô tả Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Kích Thước Tệp 55.49 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2014-05-21
Ngày Phát Hành 2014-05-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mesut Tasci
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mesuutt/ish.
URL Trang Trợ Giúp https://github.com/mesuutt/ish./issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responswitch",
    "description": "Test responsive design of any web page with one click. Extension works when you click to extension icon only.",
    "manifest_version": 2,
    "version": "0.8",
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "js\/data-saver.js",
                "js\/url-handler.js",
                "js\/init.js",
                "contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/mesuutt\/responswitch",
    "author": "Mesut Tasci"
}