Ip Location
Locate Yourself !
Ip Locationとは何ですか?
Ip Locationはgpoirrier78によって開発されたChromeの拡張機能で、その主な機能は「Locate Yourself !」です。
拡張機能のスクリーンショット
Ip Location拡張機能のCRXファイルをダウンロード
Ip Location拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension allows you to locate yourself thanks to your public IP address. An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available. Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git Icons credit : Freepik, from www.flaticon.com
拡張機能の基本情報
名前 | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
公式URL | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
説明 | Locate Yourself ! |
ファイルサイズ | 1.13 MB |
インストール数 | 141 |
現在のバージョン | 0.0.6 |
最終更新日 | 2020-04-13 |
公開日 | 2020-04-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | gpoirrier78 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ip Location", "description": "Locate Yourself !", "version": "0.0.6", "icons": { "24": "img\/icon\/icon-24.png", "48": "img\/icon\/icon-48.png", "64": "img\/icon\/icon-64.png", "128": "img\/icon\/icon-128.png", "256": "img\/icon\/icon-256.png" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/icon\/icon-64.png", "default_popup": "popup\/popup.html" } } |