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

Wat is Capitan Speed Dial - New Tab Visual Bookmarks?

Capitan Speed Dial - New Tab Visual Bookmarks is een Chrome-extensie ontwikkeld door capitan.ext.dev, en de belangrijkste functie is "Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Capitan Speed Dial - New Tab Visual Bookmarks

Download Capitan Speed Dial - New Tab Visual Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Capitan Speed Dial - New Tab Visual Bookmarks Capitan Speed Dial - New Tab Visual Bookmarks
ID gpcccgljmdlfdfcjgphppgpdhpgeahbk
Officiële URL https://chromewebstore.google.com/detail/capitan-speed-dial-new-ta/gpcccgljmdlfdfcjgphppgpdhpgeahbk
Beschrijving Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page
Bestandsgrootte 948 KB
Aantal Installaties 4,433
Huidige Versie 5.0.24
Laatst Bijgewerkt 2021-07-04
Publicatiedatum 2020-09-01
Beoordeling 4.45/5 Totaal 40 Beoordelingen
Ontwikkelaar capitan.ext.dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://service-pages.info/extensions/privacy_policy
Ondersteunde Talen 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"
        }
    }
}