URL Manager
Manage url and save it in session.
URL Managerとは何ですか?
URL Managerはhttps://www.xtensionizer.comによって開発されたChromeの拡張機能で、その主な機能は「Manage url and save it in session.」です。
拡張機能のスクリーンショット
URL Manager拡張機能のCRXファイルをダウンロード
URL Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of traditional way of saving bookmarks here is “URL Manager” to improve your work style. Save all open tabs in single click and give relevant name to all open tabs, simply click on saved session to open all tabs again in anytime future. You can even open single url from saved session. It’s lightweight, quick and easy to understand. Use and avoid traditional way of saving bookmarks and save time. Enjoy new style of saving your URL. It is a life saver when you work on multiple tabs. Please rate us and give us your feedback if you need any additional feature.
拡張機能の基本情報
名前 | URL Manager |
ID | kimpejpocgfifoneopogifkfbaehgjaj |
公式URL | https://chromewebstore.google.com/detail/url-manager/kimpejpocgfifoneopogifkfbaehgjaj |
説明 | Manage url and save it in session. |
ファイルサイズ | 195 KB |
インストール数 | 80 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-03-22 |
公開日 | 2019-09-08 |
開発者 | https://www.xtensionizer.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://xtensionizer.in/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Manager", "short_name": "URL Manager", "version": "1.0.0", "description": "Manage url and save it in session.", "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "64": "images\/Icon-64.png", "128": "images\/Icon-128.png" }, "permissions": [ "tabs", "topSites", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "URL Manager", "default_popup": "html\/urlManager.html" } } |