Site On Panel
Creates Panels from Sites
Site On Panel란 무엇입니까?
Site On Panel은(는) Brunno Bettini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates Panels from Sites"입니다.
확장 프로그램 스크린샷
Site On Panel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |