car2go drives exporter

This extension adds a tool to easily export car2go drive history.

什麼是car2go drives exporter?

car2go drives exporter是由un_ordinateur開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a tool to easily export car2go drive history.”。

擴展截圖

screenshot

下載car2go drives exporter擴展crx文件

下載car2go drives exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds an icon in the address bar when you go to car2go.com. Clicking on this icon will open a popup where you can easily export your drives history.                    

擴展基本資訊

名稱 car2go drives exporter car2go drives exporter
ID pjcnhaelnkpgibdgaikmmlmiefjknigj
官方網址 https://chromewebstore.google.com/detail/car2go-drives-exporter/pjcnhaelnkpgibdgaikmmlmiefjknigj
簡介 This extension adds a tool to easily export car2go drive history.
檔案大小 45.42 KB
安裝次數 38
目前版本 1
更新時間 2014-11-15
上架時間 2014-11-14
開發者 un_ordinateur
付費類型 free
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/www.car2go.com\/*",
        "clipboardWrite",
        "declarativeContent"
    ],
    "page_action": {
        "default_name": "__MSG_popupDesc__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "28"
}