Link Save

An extension to save the links of all all open tabs to read later

Link Save là gì?

Link Save là một tiện ích mở rộng Chrome được phát triển bởi abden003, và tính năng chính của nó là "An extension to save the links of all all open tabs to read later".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

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

Tên Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
URL Chính Thức https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
Mô tả An extension to save the links of all all open tabs to read later
Kích Thước Tệp 43.1 KB
Số Lần Cài Đặt 1,145
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-06-17
Ngày Phát Hành 2015-06-16
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển abden003
Loại Thanh Toán free
Trang Web Mở Rộng http://sudohalt.github.io/LinkSave/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}