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…

Apa itu Super Swift Open?

Super Swift Open adalah ekstensi Chrome yang dikembangkan oleh Kyle Binns, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Super Swift Open

Unduh file ekstensi Super Swift Open dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Super Swift Open Super Swift Open
ID mcbkkkhfeecioljofhmhogdjihdjkpdn
URL Resmi https://chrome.google.com/webstore/detail/super-swift-open/mcbkkkhfeecioljofhmhogdjihdjkpdn
Deskripsi 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…
Ukuran File 150 KB
Jumlah Instalasi 10
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2014-10-26
Tanggal Publikasi 2014-10-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kyle Binns
Tipe Pembayaran free
Bahasa yang Didukung 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
}