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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | pjcnhaelnkpgibdgaikmmlmiefjknigj |
官方URL | 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" } |