FastIP

Display your current External. That's it! You can also update your IP on Dyn or No-IP.

什麼是FastIP?

FastIP是由https://fastip.es開發的Chrome擴展程式,該擴展的主要功能是“Display your current External. That's it! You can also update your IP on Dyn or No-IP.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FastIP擴展crx文件

下載FastIP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        * Display your External by simply clicking a button.
* Copy the IP to clipboard.
* Allows you to update your IP automatically in dynamic DNS services such as Dyn (http://dyn.com/) and No-IP (http://www.noip.com/). 
* Shows you last external IP Address history.
* Allows you to insert the IP in a textbox through an option in the context menu.
* Shows you external IP on the extension icon

---> http://fastip.es <---                    

擴展基本資訊

名稱 FastIP FastIP
ID aicjbabojmgegnbkjcjmbkilhpmaeobh
官方網址 https://chromewebstore.google.com/detail/fastip/aicjbabojmgegnbkjcjmbkilhpmaeobh
簡介 Display your current External. That's it! You can also update your IP on Dyn or No-IP.
檔案大小 318 KB
安裝次數 378
目前版本 1.2.4
更新時間 2015-02-02
上架時間 2015-02-01
評分 4.32/5 共 19 次評分
開發者 https://fastip.es
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.fastip.es
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.4",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/19x19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/analytics.js",
            "js\/jquery-2.0.3.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16x16.png",
        "19": "img\/19x19.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "web_accessible_resources": [
        "js\/jquery-2.0.3.min.map",
        "img\/48x48.png"
    ]
}