New Window
This extension add a button to the menu bar which allowing you to open a new window.
Apa itu New Window?
New Window adalah ekstensi Chrome yang dikembangkan oleh dev7, dan fitur utamanya adalah "This extension add a button to the menu bar which allowing you to open a new window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Window
Unduh file ekstensi New Window 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 add a button to the menu bar which allowing you to open a new window.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
URL Resmi | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
Deskripsi | This extension add a button to the menu bar which allowing you to open a new window. |
Ukuran File | 3.54 KB |
Jumlah Instalasi | 216 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2013-07-02 |
Tanggal Publikasi | 2013-07-02 |
Penilaian | 3.17/5 Total 30 Penilaian |
Pengembang | dev7 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "name": "New Window", "version": "1.0.4", "manifest_version": 2, "description": "This extension add a button to the menu bar which allowing you to open a new window.", "icons": { "16": "icon16.gif" }, "browser_action": { "default_icon": { "19": "icon16.gif" }, "default_title": "New window" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |