Stylebox
Load external resources into a web page.
Qu'est-ce que Stylebox ?
Stylebox est une extension Chrome développée par https://www.interestingbydefault.com, et sa fonction principale est "Load external resources into a web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stylebox
Téléchargez les fichiers d'extension Stylebox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stylebox |
ID | hnhidbcnaioafinplblbnledmajneblo |
URL Officiel | https://chromewebstore.google.com/detail/stylebox/hnhidbcnaioafinplblbnledmajneblo |
Description | Load external resources into a web page. |
Taille du Fichier | 61.51 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-02-03 |
Date de Publication | 2013-02-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.interestingbydefault.com |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |