Link Saver - Link Managment

Save and get quick access to your links

Co to jest Link Saver - Link Managment?

Link Saver - Link Managment to rozszerzenie Chrome opracowane przez https://offerlevels.com, a jego główną funkcją jest „Save and get quick access to your links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Saver - Link Managment

Pobierz pliki rozszerzeń Link Saver - Link Managment 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

                        Link Saver is a Link Management chrome extension that helps you to save and manage links. 

Get quick access to the links when you need it. 

Add Links and tag to categorize it so you have everything in place.                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
Oficjalny URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
Opis Save and get quick access to your links
Rozmiar pliku 166 KB
Liczba instalacji 110
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-03-18
Data Publikacji 2020-12-13
Deweloper https://offerlevels.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://automatics.one/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and get quick access to your links",
    "version": "1.0.1",
    "name": "Link Saver - Link Managment ",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Link Saver"
}