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... 擴展基本資訊
| 名稱 | |
| ID | ebobhplialobjbjpidobkopcnbabjmdg |
| 官方網址 | 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"
]
}
]
} | |