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…

Was ist Super Swift Open?

Super Swift Open ist eine Chrome-Erweiterung, die von Kyle Binns entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Super Swift Open-Erweiterungs-CRX-Datei herunterladen

Laden Sie Super Swift Open-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Super Swift Open Super Swift Open
ID mcbkkkhfeecioljofhmhogdjihdjkpdn
Offizielle URL https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn
Beschreibung 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…
Dateigröße 150 KB
Installationsanzahl 10
Aktuelle Version 0.1.0
Letztes Update 2014-10-26
Veröffentlichungsdatum 2014-10-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Kyle Binns
Zahlungsart free
Unterstützte Sprachen 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
}