Super Swift Open
Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs…
Super Swift Open là gì?
Super Swift Open là một tiện ích mở rộng Chrome được phát triển bởi Kyle Binns, và tính năng chính của nó là "Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same 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 Super Swift Open
Tải xuống các tệp mở rộng Super Swift Open 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
Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs over and over? Do you find yourself visiting the same websites every morning? Just add your favorite URLs to this extension, and with a click of a button, all your sites will open at once! URLs are automatically synced to your Google account, so your configuration is saved in the cloud and shared across all your Chrome installations. Coming soon: -Ability to easily add any of your bookmarks to the Swift Open list for faster configuration. -Ability to reorder the configured URLs to determine opening order.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcbkkkhfeecioljofhmhogdjihdjkpdn |
URL Chính Thức | https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn |
Mô tả | Super Swift Open allows you to open multiple URLs in their own tab with a single click! Tired of always typing in the same URLs… |
Kích Thước Tệp | 150 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2014-10-26 |
Ngày Phát Hành | 2014-10-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kyle Binns |
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", "name": "Super Swift Open", "short_name": "Swift Open", "version": "0.1.0", "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/tab_new_raised.png", "38": "images\/tab_new_raised.png", "48": "images\/tab_new_raised.png", "128": "images\/tab_new_raised.png" }, "default_title": "Super Swift Open" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |