Link Saver

Save links for use later.

Link Saver là gì?

Link Saver là một tiện ích mở rộng Chrome được phát triển bởi https://www.acarpetcleaninglasvegas.com, và tính năng chính của nó là "Save links for use later.".

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

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

                        In short we created a way to quickly save links, in a fast, small, on the fly, noninvasive, application. 

Some of our customers keep asking for us to help organize our stain removal blogs, and how we should put them all together so they can easily jump between the pages.

 We are a carpet, tile, and upholstery cleaning company locate in the awesome Las Vegas Nevada. We found out that making some add on applications and extensions for our favorite browser is going to drastically help our customers out with being able to cross reference, save, and share our cleaning content and others content for easy access. We have a couple more more always in the works as we weren't ever able to find a minimalistic approach to easy to use applications so we decided to start making our own and thought why not share them?
GreenWay Carpet Cleaning
1516 E TROPICANA Ave,
Ste 136,Las Vegas,NV 89119
Telephone: (702) 460-0602
https://www.acarpetcleaninglasvegas.com                    

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

Tên Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
URL Chính Thức https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
Mô tả Save links for use later.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Nhà Phát Triển https://www.acarpetcleaninglasvegas.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.acarpetcleaninglasvegas.com
URL Trang Chính Sách Bảo Mật https://www.acarpetcleaninglasvegas.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Saver",
    "description": "Save links for use later.",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}