Quick URL Opener
To quick open standard url where one parameter is changed
什么是Quick URL Opener?
Quick URL Opener是由https://www.qwertovsky.com开发的Chrome扩展程序,该扩展的主要功能是“To quick open standard url where one parameter is changed”。
扩展截图
下载Quick URL Opener扩展crx文件
下载Quick URL Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        It is used to quick open standard URL where one or more parameters are changed (Jira, other issue trackers, Youtube). For example, to quick open https://issues.apache.org/jira/browse/IO-279 it need enter only parameter 279.
You can add many different URLs.                     扩展基本信息
| 名称 |   |  
| ID | pldpcmoignebohaloohealchfgaahkhd | 
| 官方URL | https://chromewebstore.google.com/detail/quick-url-opener/pldpcmoignebohaloohealchfgaahkhd | 
| 简介 | To quick open standard url where one parameter is changed | 
| 文件大小 | 22.94 KB | 
| 安装次数 | 243 | 
| 当前版本 | 0.12.0 | 
| 更新时间 | 2020-12-17 | 
| 上架时间 | 2017-11-09 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://www.qwertovsky.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/Qwertovsky/quick_url_addon | 
| 帮助页面URL | https://github.com/Qwertovsky/quick_url_addon | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick URL Opener",
    "version": "0.12.0",
    "description": "To quick open standard url where one parameter is changed",
    "homepage_url": "https:\/\/github.com\/Qwertovsky\/quick_url_addon",
    "icons": {
        "256": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Quick URL Opener",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}  |  |