Save All Tab URLs

Get the raw URLs of all your open tabs!

Vad är Save All Tab URLs?

Save All Tab URLs är en Chrome-tillägg utvecklad av Erisa A, och dess huvudfunktion är "Get the raw URLs of all your open tabs!".

Tilläggsskärmbilder

screenshot

Ladda ner Save All Tab URLs-förlängningens CRX-fil

Ladda ner Save All Tab URLs-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

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

Grundläggande Information om Tillägg

Namn Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Officiell webbadress https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Beskrivning Get the raw URLs of all your open tabs!
Filstorlek 13.36 KB
Antal Installationer 1,851
Aktuell Version 0.1.4
Senast Uppdaterad 2019-10-14
Publiceringsdatum 2019-10-13
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Erisa A
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://erisa.uk/privacy
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}