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とは何ですか?
Super Swift OpenはKyle Binnsによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Super Swift Open拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mcbkkkhfeecioljofhmhogdjihdjkpdn |
公式URL | https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn |
説明 | 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… |
ファイルサイズ | 150 KB |
インストール数 | 10 |
現在のバージョン | 0.1.0 |
最終更新日 | 2014-10-26 |
公開日 | 2014-10-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Kyle Binns |
支払い方法 | free |
対応言語 | 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 } |