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 |
公式URL | 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\/" ] } |