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…
What is Super Swift Open?
Super Swift Open is a Chrome extension developed by Kyle Binns, and its main feature is "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…".
Extension Screenshots
Download Super Swift Open Extension CRX File
Download Super Swift Open extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mcbkkkhfeecioljofhmhogdjihdjkpdn |
Official URL | https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn |
Description | 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… |
File Size | 150 KB |
Installation Count | 10 |
Current Version | 0.1.0 |
Last Updated | 2014-10-26 |
Publish Date | 2014-10-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kyle Binns |
Payment Type | free |
Supported Languages | 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 } |