Site On Panel

Creates Panels from Sites

O que é Site On Panel?

Site On Panel é uma extensão do Chrome desenvolvida por Brunno Bettini, e sua principal característica é "Creates Panels from Sites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Site On Panel

Baixe arquivos de extensão Site On Panel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome Site On Panel Site On Panel
ID pcjbpfaogjhnnnhdldamflaelejhbhag
URL Oficial https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag
Descrição Creates Panels from Sites
Tamanho do Arquivo 66.91 KB
Contagem de Instalações 518
Versão Atual 1.0
Última Atualização 2013-07-18
Data de Publicação 2013-07-18
Classificação 3.87/5 Total de 15 Avaliações
Desenvolvedor Brunno Bettini
Tipo de Pagamento free
Idiomas Suportados 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"
}