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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |