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

Apa itu Capitan Speed Dial - New Tab Visual Bookmarks?

Capitan Speed Dial - New Tab Visual Bookmarks adalah ekstensi Chrome yang dikembangkan oleh capitan.ext.dev, dan fitur utamanya adalah "Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Capitan Speed Dial - New Tab Visual Bookmarks

Unduh file ekstensi Capitan Speed Dial - New Tab Visual Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Capitan Speed Dial - New Tab Visual Bookmarks Capitan Speed Dial - New Tab Visual Bookmarks
ID gpcccgljmdlfdfcjgphppgpdhpgeahbk
URL Resmi https://chromewebstore.google.com/detail/capitan-speed-dial-new-ta/gpcccgljmdlfdfcjgphppgpdhpgeahbk
Deskripsi Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page
Ukuran File 948 KB
Jumlah Instalasi 4,433
Versi Saat Ini 5.0.24
Terakhir Diperbarui 2021-07-04
Tanggal Publikasi 2020-09-01
Penilaian 4.45/5 Total 40 Penilaian
Pengembang capitan.ext.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://service-pages.info/extensions/privacy_policy
Bahasa yang Didukung 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"
        }
    }
}