Favorite Urls

Store Your Favorite

Favorite Urls là gì?

Favorite Urls là một tiện ích mở rộng Chrome được phát triển bởi dholakiyaankit, và tính năng chính của nó là "Store Your Favorite".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Favorite URLs is an Extension for managing your Favorite links easily.You can store your favorite links to your extension unlimited links. If you want to add any Link then click on the Add New button at below. Suppose, you want to add current URL which you are viewing then just click on the extension and then Add current button. Its also provide delete and delete all functionality.                    

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

Tên Favorite Urls Favorite Urls
ID olhgkifdaennjjlkoclicpjmidfldcnj
URL Chính Thức https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj
Mô tả Store Your Favorite
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-08-05
Ngày Phát Hành 2019-08-05
Đánh Giá 4.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển dholakiyaankit
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorite Urls",
    "description": "Store Your Favorite",
    "version": "1.4",
    "short_name": "Favorite URLs",
    "browser_action": {
        "default_icons": {
            "16": "assets\/images\/Book-mark-16.png",
            "48": "assets\/images\/Book-mark-48.png",
            "128": "assets\/images\/Book-mark-128.png"
        },
        "default_icon": "assets\/images\/Bookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}