Chrome Live Bookmarks

A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks

Chrome Live Bookmarksとは何ですか?

Chrome Live BookmarksはmyTerminalによって開発されたChromeの拡張機能で、その主な機能は「A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks」です。

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

screenshot

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

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

拡張機能の使用方法

                        * Replaces the default 'New Tab' page with an opinionatedly better implementation that combines bookmarks with history
* Allows user to save and restore browser sessions (across computers)
* Supports light and dark color-themes
* More to come...                    

拡張機能の基本情報

名前 Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
公式URL https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
説明 A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
ファイルサイズ 1.49 MB
インストール数 27
現在のバージョン 0.20.0
最終更新日 2024-02-26
公開日 2020-01-26
評価 5.00/5 合計 3 レビュー
開発者 myTerminal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/myTerminal/chrome-live-bookmarks
プライバシーポリシーページのURL https://privacy.teamfluxion.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Live Bookmarks",
    "short_name": "Chrome Live Bookmarks",
    "version": "0.20.0",
    "description": "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Mohammed Ismail Ansari ",
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}