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.
Url Opener - Opens pasted URL in new tab. là gì?
Url Opener - Opens pasted URL in new tab. là một tiện ích mở rộng Chrome được phát triển bởi http://ratankumar.org, và tính năng chính của nó là "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Url Opener - Opens pasted URL in new tab.
Tải xuống các tệp mở rộng Url Opener - Opens pasted URL in new tab. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npigammimfppobbaloflgbfnknhkgooo |
URL Chính Thức | https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo |
Mô tả | Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time. |
Kích Thước Tệp | 35.29 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-07-29 |
Ngày Phát Hành | 2014-07-29 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://ratankumar.org |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://ratankumar.org |
Ngôn Ngữ Được Hỗ Trợ | 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 } |