URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
URL Managerとは何ですか?
URL ManagerはAnkit Goyalによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to quickly access the most useful and important websites in a single click.」です。
拡張機能のスクリーンショット
URL Manager拡張機能のCRXファイルをダウンロード
URL Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you have to google each time you want to open the most common day to day websites? Do you find it annoying to google it again and again instead of just clicking one button? If so, this extension is meant for you! URL Manager is a Chrome Extension that allows you to quickly access the most useful and important day to day websites in a single click. You can open any of the following in just one click: • Google products • Covid-19 updates • Social Media platforms • Entertainment • News • Banking • E-Learning • Programming Get ready to end all the annoying URL searches and save alot of your time!
拡張機能の基本情報
名前 | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
公式URL | https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc |
説明 | This extension helps to quickly access the most useful and important websites in a single click. |
ファイルサイズ | 101 KB |
インストール数 | 37 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-27 |
公開日 | 2020-04-27 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Ankit Goyal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Manager", "version": "1.0", "description": "This extension helps to quickly access the most useful and important websites in a single click.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |