Site On Panel

Creates Panels from Sites

什么是Site On Panel?

Site On Panel是由Brunno Bettini开发的Chrome扩展程序,该扩展的主要功能是“Creates Panels from Sites”。

扩展截图

screenshot
screenshot

下载Site On Panel扩展crx文件

下载Site On Panel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}