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 |
公式URL | 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 |
Eメール | [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" } } |