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
官方網址 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
電子郵箱 [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:\/\/*\/*"
    ]
}