Timeline exporter
Google maps timeline exporter
什么是Timeline exporter?
Timeline exporter是由reinzor开发的Chrome扩展程序,该扩展的主要功能是“Google maps timeline exporter”。
扩展截图
下载Timeline exporter扩展crx文件
下载Timeline exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download, filter and analyze your Google Maps Timeline data. This Chrome extension enables generating mileage and time sheet reports / exports. Source: https://github.com/reinzor/timeline-exporter
扩展基本信息
名称 | |
ID | afalbippddliaaomolohcbfogogbjpkk |
官方URL | https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk |
简介 | Google maps timeline exporter |
文件大小 | 504 KB |
安装次数 | 6,000 |
当前版本 | 0.0.25 |
更新时间 | 2022-10-05 |
上架时间 | 2020-12-17 |
评分 | 4.46/5 共35次评分 |
开发者 | reinzor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/reinzor/timeline-exporter |
帮助页面URL | https://github.com/reinzor/timeline-exporter/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timeline exporter", "description": "Google maps timeline exporter", "version": "0.0.25", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Timeline exporter" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ] } |