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はcapitan.ext.devによって開発されたChromeの拡張機能で、その主な機能は「Replace default new tab with Capitan speed dial - Get visual bookmarks with folders and stylish wallpapers on your browser home page」です。

拡張機能のスクリーンショット

screenshot

Capitan Speed Dial - New Tab Visual Bookmarks拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}