Open-as-Popup

Opens the current tab as a popup window.

Apa itu Open-as-Popup?

Open-as-Popup adalah ekstensi Chrome yang dikembangkan oleh Thomas Mercurio, dan fitur utamanya adalah "Opens the current tab as a popup window.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Open-as-Popup

Unduh file ekstensi Open-as-Popup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.                    

Informasi Dasar Ekstensi

Nama Open-as-Popup Open-as-Popup
ID iabonpaolfcekbccbiginpdkhlcaeopd
URL Resmi https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd
Deskripsi Opens the current tab as a popup window.
Ukuran File 6.89 KB
Jumlah Instalasi 4,977
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-12-26
Tanggal Publikasi 2015-12-26
Penilaian 4.80/5 Total 15 Penilaian
Pengembang Thomas Mercurio
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open-as-Popup",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Open the current tab as a popup window."
    },
    "description": "Opens the current tab as a popup window.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}