Convert To Popup

Converts the current tab or link to a popup window

Convert To Popup là gì?

Convert To Popup là một tiện ích mở rộng Chrome được phát triển bởi rawbytz, và tính năng chính của nó là "Converts the current tab or link to a 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 Convert To Popup

Tải xuống các tệp mở rộng Convert To Popup 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

                        • Popup windows have no tabs, address bar, or bookmarks bar.
• Click the toolbar icon to convert the current tab into a Popup window.
• Assign a keyboard shortcut at the bottom of chrome://extensions to do the same.
• Right Click links to open them in a new Popup window.
• No persistent memory footprint.                    

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

Tên Convert To Popup Convert To Popup
ID ipbclffpmnocdigdcpmahfmdlibcggal
URL Chính Thức https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal
Mô tả Converts the current tab or link to a popup window
Kích Thước Tệp 7.13 KB
Số Lần Cài Đặt 1,409
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2018-03-07
Ngày Phát Hành 2018-03-07
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển rawbytz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert To Popup",
    "version": "1.6",
    "description": "Converts the current tab or link to a popup window",
    "browser_action": {
        "default_icon": "convert2Popup_128.png",
        "default_title": "Convert to Popup"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "convert2Popup_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}