Bookmarks New Tab

Organise your Bookmarks on your new tab with options to create folders with bookmarks

Bookmarks New Tabとは何ですか?

Bookmarks New TabはLocksley Ltdによって開発されたChromeの拡張機能で、その主な機能は「Organise your Bookmarks on your new tab with options to create folders with bookmarks」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Bookmarks New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab.  Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://bookmarks-newtab.com/privacy.html
https://bookmarks-newtab.com/terms.html                    

拡張機能の基本情報

名前 Bookmarks New Tab Bookmarks New Tab
ID jjojbmhmaokgkfjjghgflflbbbmbbhhn
公式URL https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn
説明 Organise your Bookmarks on your new tab with options to create folders with bookmarks
ファイルサイズ 345 KB
インストール数 9,527
現在のバージョン 1.2
最終更新日 2021-01-11
公開日 2020-11-25
開発者 Locksley Ltd
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://nifty-counters.com/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "https:\/\/api.bing.com\/*",
        "https:\/\/bookmarks-newtab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;"
}