URL Alias
URL Alias allows the user to define a short alias for a url, in order to access websites faster.
URL Aliasとは何ですか?
URL AliasはMerve Sahinによって開発されたChromeの拡張機能で、その主な機能は「URL Alias allows the user to define a short alias for a url, in order to access websites faster.」です。
拡張機能のスクリーンショット
URL Alias拡張機能のCRXファイルをダウンロード
URL Alias拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
URL Alias allows users to define simple aliases for urls, in order to access websites faster from the address bar. - Users are able to create aliases the same way they can create bookmarks: with a button on the address bar. - When entering the alias in the address bar, it needs to be prefixed with a slash (/). - Existing aliases can be viewed & edited by opening the extensions popup in the address bar and clicking 'My aliases'
拡張機能の基本情報
名前 | URL Alias |
ID | fchefaeihhednjnhhpfffibfbojdcmhk |
公式URL | https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk |
説明 | URL Alias allows the user to define a short alias for a url, in order to access websites faster. |
ファイルサイズ | 94.77 KB |
インストール数 | 215 |
現在のバージョン | 1.5 |
最終更新日 | 2022-03-08 |
公開日 | 2020-09-06 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Merve Sahin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Merve40/url-alias |
ヘルプページのURL | https://github.com/Merve40/url-alias |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Alias", "description": "URL Alias allows the user to define a short alias for a url, in order to access websites faster.", "homepage_url": "https:\/\/github.com\/merve40\/url-alias", "version": "1.5", "manifest_version": 2, "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "scripts": [ "browser-polyfill.min.js", "util.js", "background.js" ] }, "icons": { "48": "icons\/ic_48.png", "128": "icons\/ic_128.png" }, "page_action": { "default_icon": "icons\/ic_128.png", "default_title": "URL Alias", "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } } } |