URList

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

Wat is URList?

URList is een Chrome-extensie ontwikkeld door https://jakeratliff.com, en de belangrijkste functie is "Navigate a list of URLs in the same tab by clicking next.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URList

Download URList-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URList URList
ID hfppbgecppkbbldmpinlhdmhgdpjlmlh
Officiële URL https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh
Beschrijving Navigate a list of URLs in the same tab by clicking next.
Bestandsgrootte 12.8 KB
Aantal Installaties 139
Huidige Versie 0.0.2.2
Laatst Bijgewerkt 2022-01-10
Publicatiedatum 2019-05-07
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar https://jakeratliff.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jakeratliff.com/navigate-list-urls-urlist/
Ondersteunde Talen 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"
    }
}