Link Saver - Link Managment

Save and get quick access to your links

Co je Link Saver - Link Managment?

Link Saver - Link Managment je rozšíření Chrome vyvinuté https://offerlevels.com, a jeho hlavní funkcí je „Save and get quick access to your links“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Link Saver - Link Managment

Stáhněte si soubory rozšíření Link Saver - Link Managment ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
Oficiální URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
Popis Save and get quick access to your links
Velikost souboru 166 KB
Počet instalací 110
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-03-18
Datum Vydání 2020-12-13
Vývojář https://offerlevels.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://automatics.one/privacy
Podporované Jazyky 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"
}