Stylebox
Load external resources into a web page.
什麼是Stylebox?
Stylebox是由https://www.interestingbydefault.com開發的Chrome擴展程式,該擴展的主要功能是“Load external resources into a web page.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | hnhidbcnaioafinplblbnledmajneblo |
| 官方網址 | 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:\/\/*\/*"
]
} | |