Site On Panel

Creates Panels from Sites

Site On Panel क्या है?

Site On Panel Brunno Bettini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates Panels from Sites"।

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

screenshot
screenshot

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

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

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

                        This Extension can Open any Website in a new way..
The Chrome Panels..

They can be dragged, organized, resized and will
be on top of all other windows wile being shown..

@@ To enable chrome panels open the url
chrome://flags/
and search for 'Enable Panels'.
Enable them, restart chrome and feel the new way to browse 
apps..

Special behavior for Gmail Youtube and Grooveshark..
Opening mobile versions for better looking..

-------------------------------------------------                    

एक्सटेंशन की मूल जानकारी

नाम Site On Panel Site On Panel
ID pcjbpfaogjhnnnhdldamflaelejhbhag
आधिकारिक URL https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag
विवरण Creates Panels from Sites
फ़ाइल का आकार 66.91 KB
स्थापना संख्या 518
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-07-18
प्रकाशन तिथि 2013-07-18
रेटिंग 3.87/5 कुल 15 रेटिंग्स
डेवलपर Brunno Bettini
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_64.png",
        "default_title": "Site On Panel"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.googleapis.com https:\/\/www.google-analytics.com; object-src 'self' 'unsafe-eval'",
    "description": "Creates Panels from Sites",
    "icons": {
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png"
    },
    "manifest_version": 2,
    "name": "Site On Panel",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}