TabToPopup

this extention enable to export current tab page to new popup window.

TabToPopup란 무엇입니까?

TabToPopup은(는) chabon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "this extention enable to export current tab page to new popup window."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        If you click on the icon to open the popup window.
Page will be reloaded. Please be careful not to use the page being edited.


https://github.com/chabon/TabToPopup

■ver1.0.6
Extend bookmark options

■ver1.0.4
Add the setting can specify the popup window size

■ver1.0.2
In option, added the following settings
・when open a popup window, close the original window
・hide the scroll bar
・add 「open in popup window」to right-click menu on the link
・insert css in the popup window                    

확장 프로그램 기본 정보

이름 TabToPopup TabToPopup
ID bpnnnahgjgehfimcicpjmjidcoghhfpf
공식 URL https://chromewebstore.google.com/detail/tabtopopup/bpnnnahgjgehfimcicpjmjidcoghhfpf
설명 this extention enable to export current tab page to new popup window.
파일 크기 27.9 KB
설치 횟수 2,249
현재 버전 1.0.6
최근 업데이트 2022-04-18
출시 날짜 2016-07-05
평점 4.67/5 총 9 개의 평점
개발자 chabon
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/chabon-ext-privacy-policy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/TabToPopup_16.png",
        "19": "images\/TabToPopup_19.png",
        "32": "images\/TabToPopup_32.png",
        "48": "images\/TabToPopup_48.png",
        "128": "images\/TabToPopup_128.png"
    },
    "browser_action": {
        "default_icon": "images\/TabToPopup_19.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        ""
    ],
    "default_locale": "ja",
    "options_page": "option.html"
}