CarJam
Get to CarJam reports faster.
什么是CarJam?
CarJam是由https://carjam.co.nz开发的Chrome扩展程序,该扩展的主要功能是“Get to CarJam reports faster.”。
扩展截图
下载CarJam扩展crx文件
下载CarJam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy-paste is just inconvenient and slow. We find vehicle registration numbers on Trade Me and AutoTrader. Or you can simply select a text on a page. Then just click on CarJam icon! Enjoy...
扩展基本信息
名称 | CarJam |
ID | ebobhplialobjbjpidobkopcnbabjmdg |
官方URL | https://chromewebstore.google.com/detail/carjam/ebobhplialobjbjpidobkopcnbabjmdg |
简介 | Get to CarJam reports faster. |
文件大小 | 18.1 KB |
安装次数 | 1,132 |
当前版本 | 0.8.9 |
更新时间 | 2022-11-12 |
上架时间 | 2020-06-17 |
评分 | 3.33/5 共3次评分 |
开发者 | https://carjam.co.nz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.carjam.co.nz/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CarJam", "short_name": "CarJam", "author": "CarJam.co.nz", "homepage_url": "https:\/\/www.carjam.co.nz\/", "version": "0.8.9", "description": "Get to CarJam reports faster.", "icons": { "128": "icon.png" }, "action": { "default_title": "Search for a plate selected or found on a page." }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "content_script.js" ] } ] } |