Stylebox

Load external resources into a web page.

Stylebox là gì?

Stylebox là một tiện ích mở rộng Chrome được phát triển bởi https://www.interestingbydefault.com, và tính năng chính của nó là "Load external resources into a web page.".

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

screenshot

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

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

                        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                    

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

Tên Stylebox Stylebox
ID hnhidbcnaioafinplblbnledmajneblo
URL Chính Thức https://chromewebstore.google.com/detail/stylebox/hnhidbcnaioafinplblbnledmajneblo
Mô tả Load external resources into a web page.
Kích Thước Tệp 61.51 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-02-03
Ngày Phát Hành 2013-02-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.interestingbydefault.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}