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…”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Super Swift Open Super Swift Open
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
}