Responsive Inspector Reloaded

Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.

Responsive Inspector Reloadedคืออะไร?

Responsive Inspector Reloaded เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mistatwista และคุณลักษณะหลักของมันคือ "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Inspector Reloaded

ดาวน์โหลดไฟล์ส่วนขยาย Responsive Inspector Reloaded ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Original version of Responsive Inspector was broken.
https://chrome.google.com/webstore/detail/responsive-inspector-beta/memcdolmmnmnleeiodllgpibdjlkbpim
Piotr Walczyszyn (developer) stopped supporting and updating of extension. This version is open sourced and have GitHub project page: https://github.com/MistaTwista/Responsive-Inspector-Reloaded
Feel free to fork and making pull requests or add issues.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Responsive Inspector Reloaded Responsive Inspector Reloaded
ID elmkkpeccekaekegjhnekaolcjafnnep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/responsive-inspector-relo/elmkkpeccekaekegjhnekaolcjafnnep
คำอธิบาย Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.
ขนาดไฟล์ 499 KB
จำนวนการติดตั้ง 1,761
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-05-10
วันที่เผยแพร่ 2017-05-10
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา mistatwista
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/MistaTwista/Responsive-Inspector-Reloaded
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Responsive Inspector Reloaded"
    },
    "description": "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "name": "Responsive Inspector Reloaded",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "templates\/snapshot.tpl",
        "images\/bg-pattern.png",
        "images\/asterix.png",
        "scripts\/libs\/prettify.css"
    ]
}