Stylebox

Load external resources into a web page.

Stylebox क्या है?

Stylebox https://www.interestingbydefault.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load external resources into a web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stylebox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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