Bookmarks Manager Evolution

This extension add state to your favorite links as read/unread/urgent/archive before you save it to the Bookmarks.

Bookmarks Manager Evolution là gì?

Bookmarks Manager Evolution là một tiện ích mở rộng Chrome được phát triển bởi webtrisech, và tính năng chính của nó là "This extension add state to your favorite links as read/unread/urgent/archive before you save it to the Bookmarks.".

Ả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 Manager Evolution

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

                        If your Bookmarks are too big and you need organisation. This  application is for you. This extension allows you to manage your Bookmaks with the possibility to mark them as urgent/read/unread statement, right before you send it to Bookmarks. Once a link is visited, Bookmarks Manager Evolution automatically send it to an unread state. Then you can delete it or push it in your Bookmarks. You can directly see in extension your Bookmaks, add link or folder, and delete them. You can also change title of url. Try it, it's free and funny!
The extension show now your history in a timeline panel and backup your closed tab

Si vous êtes débordez par vos favoris que vous ajoutez à l'infini sans les lire dans votre navigateur, voici l'extension qu'il vous faut. Avant d'enregistrer vos liens favoris, vous pouvez le statuer en état d'urgent, non lu ou lu. Un lien qui a été visité sera automatiquement placé en etat de lu. Ensuite à vous de les placer dans vos favoris directement depuis l'application comme bon vous semble. Avec l'extension vous gérer vos favoris en ajoutant des éléments, en les modifiant ou les supprimant et tout cela deouis une seule plateforme. Essayez-le, c'est gratuit et bien pratique
L'extension montre maintant votre historiqe sous forme de timeline et enregistre vos onglets fermé pour récupérer des paes fermées par erreur                    

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

Tên Bookmarks Manager Evolution Bookmarks Manager Evolution
ID bgmfdpfabpdlhccanccpgfmjdeblakdo
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks-manager-evoluti/bgmfdpfabpdlhccanccpgfmjdeblakdo
Mô tả This extension add state to your favorite links as read/unread/urgent/archive before you save it to the Bookmarks.
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2016-09-17
Ngày Phát Hành 2016-09-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển webtrisech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.5.5",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "view.html",
        "default_title": "Bookmarks Manager"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "history",
        "notifications",
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "bookmarks",
        "management",
        "chrome:\/\/favicon\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/",
        "unlimitedStorage"
    ]
}