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 |
Eメール | [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" ] } ] } |