Link Saver

Save links for use later.

什麼是Link Saver?

Link Saver是由https://www.acarpetcleaninglasvegas.com開發的Chrome擴展程式,該擴展的主要功能是“Save links for use later.”。

擴展截圖

screenshot

下載Link Saver擴展crx文件

下載Link Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
官方網址 https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
簡介 Save links for use later.
檔案大小 118 KB
安裝次數 15
目前版本 1
更新時間 2018-03-13
上架時間 2018-03-13
開發者 https://www.acarpetcleaninglasvegas.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.acarpetcleaninglasvegas.com
隱私政策頁面URL https://www.acarpetcleaninglasvegas.com
支援的語言 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"
    }
}