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…

Vad är URL Keeper?

URL Keeper är en Chrome-tillägg utvecklad av Yahya K.Salman, och dess huvudfunktion är "Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner URL Keeper-förlängningens CRX-fil

Ladda ner URL Keeper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn URL Keeper URL Keeper
ID nfjoioebfckjekhgmhcnddpiphbpcbhp
Officiell webbadress https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp
Beskrivning Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
Filstorlek 145 KB
Antal Installationer 75
Aktuell Version 1.0.1
Senast Uppdaterad 2022-02-16
Publiceringsdatum 2022-02-15
Utvecklare Yahya K.Salman
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}