Link Folders

This extension allows the user to create folders of links/tabs for various topics

Link Folders là gì?

Link Folders là một tiện ích mở rộng Chrome được phát triển bởi brianchou121, và tính năng chính của nó là "This extension allows the user to create folders of links/tabs for various topics".

Ả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 Link Folders

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

                        Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you.

This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off.

Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.                    

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

Tên Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
URL Chính Thức https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
Mô tả This extension allows the user to create folders of links/tabs for various topics
Kích Thước Tệp 13.46 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-28
Ngày Phát Hành 2017-08-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển brianchou121
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",
    "manifest_version": 2,
    "name": "Link Folders",
    "description": "This extension allows the user to create folders of links\/tabs for various topics",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}