Site On Panel
Creates Panels from Sites
什麼是Site On Panel?
Site On Panel是由Brunno Bettini開發的Chrome擴展程式,該擴展的主要功能是“Creates Panels from Sites”。
擴展截圖
下載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 |
ID | pcjbpfaogjhnnnhdldamflaelejhbhag |
官方網址 | 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" } |