New window without toolbar
Open current page in new window without toolbar.
Apa itu New window without toolbar?
New window without toolbar adalah ekstensi Chrome yang dikembangkan oleh tkrkt, dan fitur utamanya adalah "Open current page in new window without toolbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New window without toolbar
Unduh file ekstensi New window without toolbar 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
Informasi Dasar Ekstensi
Nama | |
ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
URL Resmi | https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb |
Deskripsi | Open current page in new window without toolbar. |
Ukuran File | 14.69 KB |
Jumlah Instalasi | 594 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2019-01-09 |
Tanggal Publikasi | 2019-01-09 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | tkrkt |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tkrkt/NewWindowWithoutToolbar |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_ui": { "chrome_style": true, "page": "options.html" } } |