URList

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

Vad är URList?

URList är en Chrome-tillägg utvecklad av https://jakeratliff.com, och dess huvudfunktion är "Navigate a list of URLs in the same tab by clicking next.".

Tilläggsskärmbilder

screenshot

Ladda ner URList-förlängningens CRX-fil

Ladda ner URList-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

                        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.                    

Grundläggande Information om Tillägg

Namn URList URList
ID hfppbgecppkbbldmpinlhdmhgdpjlmlh
Officiell webbadress https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh
Beskrivning Navigate a list of URLs in the same tab by clicking next.
Filstorlek 12.8 KB
Antal Installationer 139
Aktuell Version 0.0.2.2
Senast Uppdaterad 2022-01-10
Publiceringsdatum 2019-05-07
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare https://jakeratliff.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://jakeratliff.com/navigate-list-urls-urlist/
Stödda Språk 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"
    }
}