Site On Panel
Creates Panels from Sites
What is Site On Panel?
Site On Panel is a Chrome extension developed by Brunno Bettini, and its main feature is "Creates Panels from Sites".
Extension Screenshots
Download Site On Panel Extension CRX File
Download Site On Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.. -------------------------------------------------
Extension Basic Information
Name | Site On Panel |
ID | pcjbpfaogjhnnnhdldamflaelejhbhag |
Official URL | https://chromewebstore.google.com/detail/site-on-panel/pcjbpfaogjhnnnhdldamflaelejhbhag |
Description | Creates Panels from Sites |
File Size | 66.91 KB |
Installation Count | 518 |
Current Version | 1.0 |
Last Updated | 2013-07-18 |
Publish Date | 2013-07-18 |
Rating | 3.87/5 Total 15 Ratings |
Developer | Brunno Bettini |
Payment Type | free |
Supported Languages | 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" } |