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文件

下载TabToPopup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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