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 | 
| Eメール | [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]"
        }
    }
}  |  |