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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Super Swift Open

Λήψη αρχείων επέκτασης 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
}