Responsive View

To view the page in different device screen sizes, just by a click

Responsive Viewคืออะไร?

Responsive View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aneeta Kolhe และคุณลักษณะหลักของมันคือ "To view the page in different device screen sizes, just by a click"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension gives you an ability to view the page in different screen sizes, just by a click. 

HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically.


Various screens sizes that are available as follows:
1. 340 x 480 - Mobile
2. 480 x 640 - Mobile (larger screen)
3. 768 x 1024 - Tablet (Portrait)
4. 1024 x 768 - Tablet (Landscape)
5. 992 x 640 - Bootstrap 
6. 1200 x 800 - Desktop                    

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

ชื่อ Responsive View Responsive View
ID hgeefdjnmmeindmchabjodoggbfkhaam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam
คำอธิบาย To view the page in different device screen sizes, just by a click
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 1,720
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-04-02
วันที่เผยแพร่ 2014-04-01
คะแนน 4.21/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Aneeta Kolhe
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive View",
    "description": "To view the page in different device screen sizes, just by a click",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "View page in various dimensions"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}