Convert To Popup

Converts the current tab or link to a popup window

Convert To Popupคืออะไร?

Convert To Popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rawbytz และคุณลักษณะหลักของมันคือ "Converts the current tab or link to a popup window"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Convert To Popup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        • 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Convert To Popup Convert To Popup
ID ipbclffpmnocdigdcpmahfmdlibcggal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal
คำอธิบาย Converts the current tab or link to a popup window
ขนาดไฟล์ 7.13 KB
จำนวนการติดตั้ง 1,409
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-03-07
วันที่เผยแพร่ 2018-03-07
คะแนน 4.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา rawbytz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}