RackVM Argentina - IP Address
Your public IP address, with just one click.
什麼是RackVM Argentina - IP Address?
RackVM Argentina - IP Address是由https://www.rackvm.com.ar開發的Chrome擴展程式,該擴展的主要功能是“Your public IP address, with just one click.”。
擴展截圖
下載RackVM Argentina - IP Address擴展crx文件
下載RackVM Argentina - IP Address擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension has a very basic but useful mean, you will have your public IP address in just one click, indeed without click you'll see it in icon tooltip. The IP Address is displayed in a input box so copy will be very easy! We'll keep it updated, if you like more utility extensions please leave your comment. RackVM Argentina, Nicolás Genen
擴展基本資訊
名稱 | RackVM Argentina - IP Address |
ID | kflenddfnalfbplnfmifihimelnbcdcb |
官方網址 | https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb |
簡介 | Your public IP address, with just one click. |
檔案大小 | 6.92 KB |
安裝次數 | 26 |
目前版本 | 2.1 |
更新時間 | 2012-11-13 |
上架時間 | 2012-11-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.rackvm.com.ar |
付費類型 | free |
擴展官網 | http://www.rackvm.com.ar |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "RackVM Argentina - IP Address", "version": "2.1", "manifest_version": 2, "description": "Your public IP address, with just one click.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "ipext.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/ip.rackvm.com.ar\/" ] } |