IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
ما هو IP from Omnibox؟
IP from Omnibox هو إضافة Chrome تم تطويرها بواسطة http://site.simonandrewbrown.co.uk، والميزة الرئيسية لها هي "To copy your IP address, type copyip into the omnibox, then press tab and enter.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IP from Omnibox
قم بتنزيل ملفات الامتداد IP from Omnibox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied. My IP is faked in the video. The extension will give you your real IP. Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.
معلومات أساسية عن التمديد
الاسم | |
ID | nicknolophljefoicidblbeicplfonan |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
الوصف | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
حجم الملف | 34.77 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.5 |
آخر تحديث | 2012-11-05 |
تاريخ النشر | 2012-11-05 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | http://site.simonandrewbrown.co.uk |
نوع الدفع | free |
موقع الإضافة | http://www.isimonbrown.co.uk/contact/ |
عنوان صفحة المساعدة | http://www.isimonbrown.co.uk/contact/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP from Omnibox", "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.", "version": "1.5", "manifest_version": 2, "background": { "page": "background.html" }, "omnibox": { "keyword": "copyip" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "clipboardWrite" ], "minimum_chrome_version": "20.0" } |