Site On Panel

Creates Panels from Sites

Qu'est-ce que Site On Panel ?

Site On Panel est une extension Chrome développée par Brunno Bettini, et sa fonction principale est "Creates Panels from Sites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Site On Panel

Téléchargez les fichiers d'extension Site On Panel 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

                        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..

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

Informations de Base sur l'Extension

Nom Site On Panel Site On Panel
ID pcjbpfaogjhnnnhdldamflaelejhbhag
URL Officiel https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag
Description Creates Panels from Sites
Taille du Fichier 66.91 KB
Nombre d'Installations 518
Version Actuelle 1.0
Dernière Mise à Jour 2013-07-18
Date de Publication 2013-07-18
Évaluation 3.87/5 Total 15 Évaluations
Développeur Brunno Bettini
Type de Paiement free
Langues Prises en Charge 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"
}