Mass Tab Opener
This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Apa itu Mass Tab Opener?
Mass Tab Opener adalah ekstensi Chrome yang dikembangkan oleh http://alanchavez.com, dan fitur utamanya adalah "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".
Unduh Berkas CRX Ekstensi Mass Tab Opener
Unduh file ekstensi Mass Tab Opener 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 lets you open paste a list of URLs into a text box and open them all at once.
Informasi Dasar Ekstensi
Nama | |
ID | doahaifnoffnjdjennkioahobkkjfmga |
URL Resmi | https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga |
Deskripsi | This extension lets you copy and paste a list of URLs and open them all at once with the click of a button |
Ukuran File | 626 KB |
Jumlah Instalasi | 225 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-02-07 |
Tanggal Publikasi | 2014-02-07 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | http://alanchavez.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://alanchavez.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mass Tab Opener", "manifest_version": 2, "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button", "version": "1.0.1", "permissions": [ "tabs", "notifications" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon.png", "img\/warning.png" ], "author": "Alan Chavez |