URL Keeper

Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…

Was ist URL Keeper?

URL Keeper ist eine Chrome-Erweiterung, die von Yahya K.Salman entwickelt wurde, und ihr Hauptmerkmal ist "Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…".

Erweiterungsscreenshots

screenshot
screenshot

URL Keeper-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Keeper-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

                        Save links to websites. This is an easy way to remember the links.

There are three buttons on the popup:

- SAVE INPUT: Through this button, the link that is manually typed in the input field for links is saved.

- SAVE TAB: Through this button, we directly save the link to the website I am working on.

-DELETE ALL: When this button is double-clicked, all saved links will be deleted                    

Grundlegende Informationen zur Erweiterung

Name URL Keeper URL Keeper
ID nfjoioebfckjekhgmhcnddpiphbpcbhp
Offizielle URL https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp
Beschreibung Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
Dateigröße 145 KB
Installationsanzahl 75
Aktuelle Version 1.0.1
Letztes Update 2022-02-16
Veröffentlichungsdatum 2022-02-15
Entwickler Yahya K.Salman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "URL Keeper",
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "tabs"
    ]
}