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
公式URL 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
Eメール [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"
    }
}