bookmarks homepage

Make your bookmarks visible in new tabs

bookmarks homepage là gì?

bookmarks homepage là một tiện ích mở rộng Chrome được phát triển bởi andy, và tính năng chính của nó là "Make your bookmarks visible in new tabs".

Ả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 bookmarks homepage

Tải xuống các tệp mở rộng bookmarks homepage 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

                        Automatically generate new tab URL navigation based on your bookmarks, more convenient than browser bookmarks.根据你的书签自动生成新标签网址导航,比浏览器书签更方便使用。

- Real-time bookmark URL shows on new tab. 实时读取书签
- Make your bookmarks visible in new tabs. 让你的书签在新标签页内一览无遗
- More convenient to find and open bookmark URL. 打开书签网址操作更便捷
- URL navigation function that can be turned off automatically. 可自主关闭的网址导航功能                    

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

Tên bookmarks homepage bookmarks homepage
ID bpnjommoddppdifieafdlpfomplpciic
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks-homepage/bpnjommoddppdifieafdlpfomplpciic
Mô tả Make your bookmarks visible in new tabs
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2020-06-18
Nhà Phát Triển andy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.1",
    "name": "bookmarks homepage",
    "manifest_version": 2,
    "description": "Make your bookmarks visible in new tabs",
    "browser_action": {
        "default_title": "Open New Tab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "homepage.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data: https:;"
}