IP Codex
Simple app to keep track of external IP's of various computers
ما هو IP Codex؟
IP Codex هو إضافة Chrome تم تطويرها بواسطة Mihai Scurtu، والميزة الرئيسية لها هي "Simple app to keep track of external IP's of various computers".
تحميل ملف CRX للإضافة IP Codex
قم بتنزيل ملفات الامتداد IP Codex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension that keeps track of global IPs on different PC's where you use it.
معلومات أساسية عن التمديد
الاسم | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
الوصف | Simple app to keep track of external IP's of various computers |
حجم الملف | 370 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2014-11-18 |
تاريخ النشر | 2014-11-18 |
المطور | Mihai Scurtu |
نوع الدفع | free |
موقع الإضافة | https://github.com/mihai-scurtu/ip-codex |
عنوان صفحة المساعدة | https://github.com/mihai-scurtu/ip-codex/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/async\/lib\/async.js", "bower_components\/underscore\/underscore-min.js", "scripts\/lib.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/bot.whatismyipaddress.com\/", "background", "storage" ] } |