Multitab I/O
Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.
Multitab I/O là gì?
Multitab I/O là một tiện ích mở rộng Chrome được phát triển bởi dr.zaus, và tính năng chính của nó là "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.".
Ả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 Multitab I/O
Tải xuống các tệp mở rộng Multitab I/O 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
Simplified import/export of your current browsing session: it creates a list of the open tabs from the active window, allowing you to share this list however you choose (e.g. via email or basic text file). You can also paste that list of urls to open them all in new tabs. Specifics on usage: 1. It checks for links, one per line 2. Links must be the only thing on the line 3. Links are identified by starting with 'http' or containing '://' 4. Anything not matching link criteria is ignored (i.e. title lines) Permissions: 1. Tabs and Browsing Activity -- required to get the list of open tabs. Does not check for anything else. Inspired by "Tab-Snap", which graciously provides its source code. Likewise, view full source for this extension at https://github.com/zaus/chrome-ext-multitab-io
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Multitab I/O |
ID | jolmkddbfhhillmepjmbhjedjnnpgmom |
URL Chính Thức | https://chromewebstore.google.com/detail/multitab-io/jolmkddbfhhillmepjmbhjedjnnpgmom |
Mô tả | Export a list of URLs from open tabs, or bulk-open a list of pasted URLs. |
Kích Thước Tệp | 13.97 KB |
Số Lần Cài Đặt | 345 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2017-07-19 |
Ngày Phát Hành | 2017-07-18 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | dr.zaus |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multitab I\/O", "version": "0.1.8", "description": "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.", "icons": { "128": "icon128.png", "96": "icon96.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon96.png", "default_name": "Multitab I\/O", "default_title": "Multitab I\/O", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |