Link Saver

Save links for use later.

Co to jest Link Saver?

Link Saver to rozszerzenie Chrome opracowane przez https://www.acarpetcleaninglasvegas.com, a jego główną funkcją jest „Save links for use later.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Saver

Pobierz pliki rozszerzeń Link Saver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
Oficjalny URL https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
Opis Save links for use later.
Rozmiar pliku 118 KB
Liczba instalacji 15
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-03-13
Data Publikacji 2018-03-13
Deweloper https://www.acarpetcleaninglasvegas.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.acarpetcleaninglasvegas.com
Adres URL Strony Polityki Prywatności https://www.acarpetcleaninglasvegas.com
Obsługiwane Języki 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"
    }
}