TabToPopup

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

TabToPopupคืออะไร?

TabToPopup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chabon และคุณลักษณะหลักของมันคือ "this extention enable to export current tab page to new popup window."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabToPopup

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}