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 |
官方網址 | 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" } } |