Url Opener - Opens pasted URL in new tab.
Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Apa itu Url Opener - Opens pasted URL in new tab.?
Url Opener - Opens pasted URL in new tab. adalah ekstensi Chrome yang dikembangkan oleh http://ratankumar.org, dan fitur utamanya adalah "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Url Opener - Opens pasted URL in new tab.
Unduh file ekstensi Url Opener - Opens pasted URL in new tab. 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
Enter each URL in new line or comma separated and click the "Open All". The app will then open all the pages in separate tabs.
Informasi Dasar Ekstensi
Nama | |
ID | npigammimfppobbaloflgbfnknhkgooo |
URL Resmi | https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo |
Deskripsi | Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time. |
Ukuran File | 35.29 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-07-29 |
Tanggal Publikasi | 2014-07-29 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | http://ratankumar.org |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://ratankumar.org |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Opener - Opens pasted URL in new tab. ", "description": "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Url-Opener", "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |