URL Alias
Set URL aliases ('m/' goes to 'mail.google.com')
什么是URL Alias?
URL Alias是由https://goel.io开发的Chrome扩展程序,该扩展的主要功能是“Set URL aliases ('m/' goes to 'mail.google.com')”。
扩展截图
下载URL Alias扩展crx文件
下载URL Alias扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A handy Chrome extension to set URL aliases. ("m/" goes to "mail.google.com" etc) ## Features #### Static aliases m (Alias) -> https://mail.google.com (Redirect) #### Dynamic aliases You can use ### as a placeholder and anything matching that pattern will be replaced. Example: --- r/### (Alias) -> http://reddit.com/r/### (Redirect) #### Aliases synced with Google Account All settings are synced with Google and available even if you change computers. Source: https://github.com/karan/chrome-url-alias
扩展基本信息
名称 | URL Alias |
ID | nelckmdlallhkgniidbfafekeldjnakb |
官方URL | https://chromewebstore.google.com/detail/url-alias/nelckmdlallhkgniidbfafekeldjnakb |
简介 | Set URL aliases ('m/' goes to 'mail.google.com') |
文件大小 | 22.55 KB |
安装次数 | 1,639 |
当前版本 | 0.0.1 |
更新时间 | 2015-08-27 |
上架时间 | 2015-08-26 |
评分 | 3.50/5 共10次评分 |
开发者 | https://goel.io |
付费类型 | free |
扩展官网 | https://github.com/karan/chrome-url-alias |
帮助页面URL | https://github.com/karan/chrome-url-alias/issues |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "author": "Karan Goel", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/storage.googleapis.com https:\/\/fonts.googleapis.com; object-src 'self'", "description": "Set URL aliases ('m\/' goes to 'mail.google.com')", "homepage_url": "https:\/\/github.com\/karan\/chrome-url-alias", "icons": { "128": "icon-128.png", "96": "icon-96.png", "16": "icon-16.png" }, "manifest_version": 2, "name": "URL Alias", "options_page": "options.html", "permissions": [ "tabs", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |