URList
Navigate a list of URLs in the same tab by clicking next.
什麼是URList?
URList是由https://jakeratliff.com開發的Chrome擴展程式,該擴展的主要功能是“Navigate a list of URLs in the same tab by clicking next.”。
擴展截圖
下載URList擴展crx文件
下載URList擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hfppbgecppkbbldmpinlhdmhgdpjlmlh |
官方網址 | https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh |
簡介 | Navigate a list of URLs in the same tab by clicking next. |
檔案大小 | 12.8 KB |
安裝次數 | 139 |
目前版本 | 0.0.2.2 |
更新時間 | 2022-01-10 |
上架時間 | 2019-05-07 |
評分 | 4.71/5 共 7 次評分 |
開發者 | https://jakeratliff.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://jakeratliff.com/navigate-list-urls-urlist/ |
支援的語言 | 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" } } |