Panelizer

Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…

Panelizer란 무엇입니까?

Panelizer은(는) SimplerChrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Panelizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side).

There are three ways to launch a panel

1. Press the browser button (with the Panelizer logo) and enter a url.

2. Right click a link and press Panelizer on the context menu

3. Highlight a url text and press Panelizer

Make sure you enable Panels on Chrome Flags!
All you have to do is:

1. Open a new tab

2. Go to chrome://flags

3. Search for Panel

4. Enable it

5. Quit out of all Chrome browsers

6. Open Chrome up and use the extension

Need help? Watch this video of our other extension that uses panels (http://youtu.be/R2CFuQVnCjc?t=27s)

Be sure to rate us!!                    

확장 프로그램 기본 정보

이름 Panelizer Panelizer
ID dpefooogphgomhpbgebhpmhpbmideaab
공식 URL https://chromewebstore.google.com/detail/panelizer/dpefooogphgomhpbgebhpmhpbmideaab
설명 Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…
파일 크기 71.66 KB
설치 횟수 835
현재 버전 1.0.0.0
최근 업데이트 2014-07-27
출시 날짜 2014-07-27
평점 3.56/5 총 16 개의 평점
개발자 SimplerChrome
결제 유형 free
확장 프로그램 웹 사이트 http://www.rajaramanbros.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panelizer",
    "author": "rajaramanbros",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "",
    "browser_action": {
        "default_title": "Panelizer",
        "default_popup": "src\/popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "src\/ga.js",
            "src\/constants.js",
            "src\/analytics.js",
            "src\/panel.js",
            "src\/parser.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}