Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Better Bookmarks là gì?

Better Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi the.toyoun, và tính năng chính của nó là "Display and navigate your bookmarks on the new tab page!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Bookmarks

Tải xuống các tệp mở rộng Better Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
URL Chính Thức https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
Mô tả Display and navigate your bookmarks on the new tab page!
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-04-17
Ngày Phát Hành 2019-04-16
Nhà Phát Triển the.toyoun
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}