LN2 for Admin

Detect and display your LAN services with LN2.

LN2 for Adminとは何ですか?

LN2 for Adminはhttp://ln2.ioによって開発されたChromeの拡張機能で、その主な機能は「Detect and display your LAN services with LN2.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

LN2 for Admin拡張機能のCRXファイルをダウンロード

LN2 for Admin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With LN2, you can:

- Detect LAN services within 30 minutes.
- View and manage all services in one page.
- Share services with collegues or friends.
- Recevie notification when services crash.

Know more about LN2, visit https://ln2.io.                    

拡張機能の基本情報

名前 LN2 for Admin LN2 for Admin
ID lcecnnnnpfldagjjmpjaencpccfafdad
公式URL https://chrome.google.com/webstore/detail/ln2-for-admin/lcecnnnnpfldagjjmpjaencpccfafdad
説明 Detect and display your LAN services with LN2.
ファイルサイズ 696 KB
インストール数 181
現在のバージョン 0.3.10
最終更新日 2018-02-28
公開日 2018-02-28
評価 5.00/5 合計 2 レビュー
開発者 http://ln2.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ln2.io
プライバシーポリシーページのURL https://ln2.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LN2 for Admin",
    "short_name": "LN2 for Admin",
    "description": "Detect and display your LAN services with LN2.",
    "version": "0.3.10",
    "icons": {
        "16": "res\/16.png",
        "48": "res\/48.png",
        "128": "res\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "res\/logo.png",
        "default_title": "LN2 for Admin",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "res\/*",
        "admin.html"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/ln2.io\/*",
            "http:\/\/*.ln2.io\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "history",
        "notifications",
        "https:\/\/ln2.io\/",
        "http:\/\/*.ln2.io\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}