Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Better Bookmarksとは何ですか?

Better Bookmarksはthe.toyounによって開発されたChromeの拡張機能で、その主な機能は「Display and navigate your bookmarks on the new tab page!」です。

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

screenshot

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

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

拡張機能の使用方法

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

拡張機能の基本情報

名前 Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
公式URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
説明 Display and navigate your bookmarks on the new tab page!
ファイルサイズ 196 KB
インストール数 70
現在のバージョン 0.0.1
最終更新日 2019-04-17
公開日 2019-04-16
開発者 the.toyoun
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}