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 |
电子邮箱 | [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" } } |