Timeline exporter

Google maps timeline exporter

什麼是Timeline exporter?

Timeline exporter是由reinzor開發的Chrome擴展程式,該擴展的主要功能是“Google maps timeline exporter”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Timeline exporter Timeline exporter
ID afalbippddliaaomolohcbfogogbjpkk
官方網址 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\/*"
    ]
}