French digital nomads map update
Send an daily request to french nomad map, to update your location
French digital nomads map updateとは何ですか?
French digital nomads map updateはsamberによって開発されたChromeの拡張機能で、その主な機能は「Send an daily request to french nomad map, to update your location」です。
拡張機能のスクリーンショット
French digital nomads map update拡張機能のCRXファイルをダウンロード
French digital nomads map update拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Send an daily request to french nomad map, to update your location
拡張機能の基本情報
名前 | French digital nomads map update |
ID | aaokjnbicmobnkgjnmbmffbnldebhgfa |
公式URL | https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa |
説明 | Send an daily request to french nomad map, to update your location |
ファイルサイズ | 398 KB |
インストール数 | 39 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-12-06 |
公開日 | 2016-12-06 |
開発者 | samber |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "French digital nomads map update", "description": "Send an daily request to french nomad map, to update your location", "version": "1.0.0", "permissions": [ "storage", "alarms", "background", "geolocation", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "160": "icon.png" } } |