URList
Navigate a list of URLs in the same tab by clicking next.
Qu'est-ce que URList ?
URList est une extension Chrome développée par https://jakeratliff.com, et sa fonction principale est "Navigate a list of URLs in the same tab by clicking next.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URList
Téléchargez les fichiers d'extension URList au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hfppbgecppkbbldmpinlhdmhgdpjlmlh |
URL Officiel | https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh |
Description | Navigate a list of URLs in the same tab by clicking next. |
Taille du Fichier | 12.8 KB |
Nombre d'Installations | 139 |
Version Actuelle | 0.0.2.2 |
Dernière Mise à Jour | 2022-01-10 |
Date de Publication | 2019-05-07 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | https://jakeratliff.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jakeratliff.com/navigate-list-urls-urlist/ |
Langues Prises en Charge | 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" } } |