URList

Navigate a list of URLs in the same tab by clicking next.

Cos'è URList?

URList è un'estensione di Chrome sviluppata da https://jakeratliff.com, e la sua funzione principale è "Navigate a list of URLs in the same tab by clicking next.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URList

Scarica i file di estensione URList in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Copy and paste multiple URLs into this Chrome extension, and click "next URL" to visit each URL down the list. Click "prev URL" to go backwards through the list. Click "clear" to add a different list. Ideal for checking a list of webpages.                    

Informazioni di Base sull'Estensione

Nome URList URList
ID hfppbgecppkbbldmpinlhdmhgdpjlmlh
URL Ufficiale https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh
Descrizione Navigate a list of URLs in the same tab by clicking next.
Dimensione del File 12.8 KB
Conteggio Installazioni 139
Versione Corrente 0.0.2.2
Ultimo Aggiornamento 2022-01-10
Data di Pubblicazione 2019-05-07
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore https://jakeratliff.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jakeratliff.com/navigate-list-urls-urlist/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URList",
    "description": "Navigate a list of URLs in the same tab by clicking next.",
    "version": "0.0.2.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}