Capitan Speed Dial - New Tab Visual Bookmarks

Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page

Τι είναι το Capitan Speed Dial - New Tab Visual Bookmarks;

Το Capitan Speed Dial - New Tab Visual Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον capitan.ext.dev, και η κύρια λειτουργία του είναι "Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Capitan Speed Dial - New Tab Visual Bookmarks

Λήψη αρχείων επέκτασης Capitan Speed Dial - New Tab Visual Bookmarks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With this extension you can change your default Chrome browser startup page with much more efficient new tab. Now all your favourite websites are available in 1 click!

Capitan features:

- Smart visual bookmarks dashboard with beautiful covers. We have more than 1 mln. stylish covers for almost any website in the world!
- Folders for speed dials. When you have too many sites on your new tab, you can put them into folders. Also you can give names to your folders and set icons for them
- Dozens of brilliant wallpapers. You can change background of your new tab using our magnificent wallpaper collection.  Or use your own background!
- Minimalistic and neat design which doesn't overload your home page. We used Google Material Design best practices to make a really ergonomic new tab
- Smart search bar that improves your search experience by searching not only in the Web, but also though your history and opened tabs
- Totally free extension. Our extension does not have hidden in-app purchases and intrusive adware
- Super fast loading time. Despite the fact that the app has many functions, it opens really fast. Check it yourself!

It's time to make your new tab stylish and functional. Please do not hesitate to leave feedback, ask for new functions or rate our app!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Capitan Speed Dial - New Tab Visual Bookmarks Capitan Speed Dial - New Tab Visual Bookmarks
ID gpcccgljmdlfdfcjgphppgpdhpgeahbk
Επίσημο URL https://chromewebstore.google.com/detail/capitan-speed-dial-new-ta/gpcccgljmdlfdfcjgphppgpdhpgeahbk
Περιγραφή Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page
Μέγεθος Αρχείου 948 KB
Αριθμός Εγκαταστάσεων 4,433
Τρέχουσα Έκδοση 5.0.24
Τελευταία Ενημέρωση 2021-07-04
Ημερομηνία Δημοσίευσης 2020-09-01
Αξιολόγηση 4.45/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής capitan.ext.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://service-pages.info/extensions/privacy_policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/dr_16.png",
        "48": "public\/icons\/dr_48.png",
        "128": "public\/icons\/dr_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/public\/icons\/dr_active_19.png",
            "38": "\/public\/icons\/dr_active_38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "\/public\/html\/index.html"
    },
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js",
            "\/news.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "panel.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "\/public\/**\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "history",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "storage",
        "",
        "alarms",
        "topSites"
    ],
    "optional_permissions": [
        "sessions"
    ],
    "version": "5.0.24",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "toggle-search-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Open search pannel"
        }
    }
}