Stylebox

Load external resources into a web page.

什么是Stylebox?

Stylebox是由https://www.interestingbydefault.com开发的Chrome扩展程序,该扩展的主要功能是“Load external resources into a web page.”。

扩展截图

screenshot

下载Stylebox扩展crx文件

下载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:\/\/*\/*"
    ]
}