Stylebox

Load external resources into a web page.

Styleboxคืออะไร?

Stylebox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.interestingbydefault.com และคุณลักษณะหลักของมันคือ "Load external resources into a web page."

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

screenshot

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

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

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

                        An extension for developers to inject custom cascading style sheets (CSS) into a web page.

Stylebox allows you to quickly demonstrate different user interface and user experience designs of a web page.

For example, follow these steps to see how the extension works:
   1. Install the chrome extension
   2. Go to: http://bit.ly/QGOFhX
   3. Click the "Stylebox" extension
   4. Use this stylesheet: http://bit.ly/Uw5n7o

Source code available at :
https://github.com/awoo/stylebox


Also, a website design that successfully demonstrates a compatible & suitable design for all mobile devices: 
www.interestingbydefault.com                    

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

ชื่อ Stylebox Stylebox
ID hnhidbcnaioafinplblbnledmajneblo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stylebox/hnhidbcnaioafinplblbnledmajneblo
คำอธิบาย Load external resources into a web page.
ขนาดไฟล์ 61.51 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-02-03
วันที่เผยแพร่ 2013-02-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.interestingbydefault.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stylebox",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Load external resources into a web page.",
    "icons": {
        "16": "icon-stylebox-16x16.png",
        "48": "icon-stylebox-48x48.png",
        "128": "icon-stylebox-128x128.png"
    },
    "browser_action": {
        "default_icon": "icon-stylebox-128x128.png",
        "default_title": "Stylebox",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}