Bookmark Extension

This extension displays your Chrome Bookmarks

Bookmark Extension là gì?

Bookmark Extension là một tiện ích mở rộng Chrome được phát triển bởi eogiesoba, và tính năng chính của nó là "This extension displays your Chrome Bookmarks".

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

screenshot
screenshot
screenshot

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

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

                        Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. 

Contributors: 
Efosa Ogiesoba
Susan Lippa
Faizan Salman                    

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

Tên Bookmark Extension Bookmark Extension
ID bmcedhkdcpghcododeoabjphojpigcoe
URL Chính Thức https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe
Mô tả This extension displays your Chrome Bookmarks
Kích Thước Tệp 11.46 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-03-21
Ngày Phát Hành 2018-03-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển eogiesoba
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eogiesoba/Bookmark_App_rep
URL Trang Trợ Giúp https://chrome-bookmark-app.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Extension",
    "description": "This extension displays your Chrome Bookmarks",
    "version": "1.5",
    "browser_action": {
        "default_icon": "public\/images\/bookmark.png",
        "default_popup": "public\/extension.html",
        "default_title": "Bookmark Extension"
    },
    "permissions": [
        "bookmarks",
        "activeTab",
        "all_urls",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'"
}