URL Saver

A simple and fashionable way to save and manage your URLs.

Vad är URL Saver?

URL Saver är en Chrome-tillägg utvecklad av Pemê Studio, och dess huvudfunktion är "A simple and fashionable way to save and manage your URLs.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

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

Ladda ner URL Saver-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

                        An extension that is here to simplify the user life. 

It allows to save whatever URL the user wants by typing and saving it directly on the list, or by saving the current tab.

It is also easy to manage; the user can delete all of the items with just one click or choose which ones to eliminate. 

It has a Day and Night mode that is activated just by toggling the button.                    

Grundläggande Information om Tillägg

Namn URL Saver URL Saver
ID pibkfggcnkcfpkfbhghfoooigaikmnao
Officiell webbadress https://chromewebstore.google.com/detail/url-saver/pibkfggcnkcfpkfbhghfoooigaikmnao
Beskrivning A simple and fashionable way to save and manage your URLs.
Filstorlek 13.31 KB
Antal Installationer 35
Aktuell Version 0.0.0.4
Senast Uppdaterad 2022-07-13
Publiceringsdatum 2022-05-10
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare Pemê Studio
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.0.4",
    "name": "URL Saver",
    "description": "A simple and fashionable way to save and manage your URLs.",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}