FastIP

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

FastIP क्या है?

FastIP https://fastip.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display your current External. That's it! You can also update your IP on Dyn or No-IP."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FastIP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        * 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
आधिकारिक URL 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"
    ]
}