TabToPopup

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

TabToPopup là gì?

TabToPopup là một tiện ích mở rộng Chrome được phát triển bởi chabon, và tính năng chính của nó là "this extention enable to export current tab page to new popup window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TabToPopup

Tải xuống các tệp mở rộng TabToPopup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TabToPopup TabToPopup
ID bpnnnahgjgehfimcicpjmjidcoghhfpf
URL Chính Thức https://chromewebstore.google.com/detail/tabtopopup/bpnnnahgjgehfimcicpjmjidcoghhfpf
Mô tả this extention enable to export current tab page to new popup window.
Kích Thước Tệp 27.9 KB
Số Lần Cài Đặt 2,249
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-04-18
Ngày Phát Hành 2016-07-05
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển chabon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/chabon-ext-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}