Monitor URL Chrome Extensions
Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.
Monitor URL Chrome Extensionsとは何ですか?
Monitor URL Chrome Extensionsはhsrnd1によって開発されたChromeの拡張機能で、その主な機能は「Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.」です。
拡張機能のスクリーンショット
Monitor URL Chrome Extensions拡張機能のCRXファイルをダウンロード
Monitor URL Chrome Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is just only for SecureGate of Hanssak System
To supported URL Redirection feature of OpenNetLink by Hanssak System.
이 확장은 한싹 시스템의 SecureGate 전용입니다.
Hanssak System에서 지원하는 OpenNetLink의 URL 리디렉션 기능. 拡張機能の基本情報
| 名前 | |
| ID | gbbehmiepgfmmnifjbnknjaebgmnpbam |
| 公式URL | https://chromewebstore.google.com/detail/monitor-url-chrome-extens/gbbehmiepgfmmnifjbnknjaebgmnpbam |
| 説明 | Detect to change url when url typed by Users. For URL Redirect of OpenNetLink. |
| ファイルサイズ | 5.51 MB |
| インストール数 | 11,483 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-07-23 |
| 公開日 | 2021-02-13 |
| 開発者 | hsrnd1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.hanssak.co.kr/main/main.html |
| ヘルプページのURL | http://www.hanssak.co.kr/support/inquiry.html |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Monitor URL Chrome Extensions",
"description": "Detect to change url when url typed by Users. For URL Redirect of OpenNetLink.",
"version": "1.1",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "ico.png",
"default_title": "Monitor URL Extensions"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webNavigation"
]
} | |