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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Swift Open एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}