FastIP

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

ما هو FastIP؟

FastIP هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة FastIP

قم بتنزيل ملفات الامتداد FastIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}