Link Save

This extensions saves your links for later visits.

Was ist Link Save?

Link Save ist eine Chrome-Erweiterung, die von Daniel Stoica entwickelt wurde, und ihr Hauptmerkmal ist "This extensions saves your links for later visits.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Link Save-Erweiterungs-CRX-Datei herunterladen

Laden Sie Link Save-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension offers the simplest ways to store and access your favorite links!

Here are the most important things you can do with this extension:

1. You can save links by typing them manually (url and title).
2. You can save by simply clicking on the link displayed on any web page, followed by selecting the "Save URL for later" option.
3. You can easily find any link from the saved list using the search function.
4. You can easily access a saved link on the phone, first generating a qr code and then scanning it.
5. You can always delete any saved link or even the entire list.

Enjoy using it!
Daniel Stoica                    

Grundlegende Informationen zur Erweiterung

Name Link Save Link Save
ID hnpbcoobdmlojdacjmjgglfmnaakenod
Offizielle URL https://chromewebstore.google.com/detail/link-save/hnpbcoobdmlojdacjmjgglfmnaakenod
Beschreibung This extensions saves your links for later visits.
Dateigröße 28.78 KB
Installationsanzahl 70
Aktuelle Version 1.0
Letztes Update 2017-12-21
Veröffentlichungsdatum 2017-12-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Daniel Stoica
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "version": "1.0",
    "description": "This extensions saves your links for later visits.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}