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

Qu'est-ce que Capitan Speed Dial - New Tab Visual Bookmarks ?

Capitan Speed Dial - New Tab Visual Bookmarks est une extension Chrome développée par capitan.ext.dev, et sa fonction principale est "Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Capitan Speed Dial - New Tab Visual Bookmarks

Téléchargez les fichiers d'extension Capitan Speed Dial - New Tab Visual Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Capitan Speed Dial - New Tab Visual Bookmarks Capitan Speed Dial - New Tab Visual Bookmarks
ID gpcccgljmdlfdfcjgphppgpdhpgeahbk
URL Officiel https://chromewebstore.google.com/detail/capitan-speed-dial-new-ta/gpcccgljmdlfdfcjgphppgpdhpgeahbk
Description Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page
Taille du Fichier 948 KB
Nombre d'Installations 4,433
Version Actuelle 5.0.24
Dernière Mise à Jour 2021-07-04
Date de Publication 2020-09-01
Évaluation 4.45/5 Total 40 Évaluations
Développeur capitan.ext.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://service-pages.info/extensions/privacy_policy
Langues Prises en Charge 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"
        }
    }
}