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