Pop Out
Convert tabs into popup windows and back
Apa itu Pop Out?
Pop Out adalah ekstensi Chrome yang dikembangkan oleh tbodt, dan fitur utamanya adalah "Convert tabs into popup windows and back".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pop Out
Unduh file ekstensi Pop Out 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
Turn tabs into popup windows with no toolbars in the way! Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.
Informasi Dasar Ekstensi
Nama | Pop Out |
ID | goefeknijkeibgadbapihfkliobeoglp |
URL Resmi | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
Deskripsi | Convert tabs into popup windows and back |
Ukuran File | 12.7 KB |
Jumlah Instalasi | 319 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-06-11 |
Tanggal Publikasi | 2020-06-11 |
Pengembang | tbodt |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tbodt/pop-out/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop Out", "description": "Convert tabs into popup windows and back", "version": "1.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "72": "icons\/icon72.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "contextMenus" ] } |