Inspect and view changes in RCSV source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "RCSV",
"description": "楽天検索画面に対してCSV出力機能を提供します。",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "images/icon128.png",
"32": "images/icon128.png",
"48": "images/icon128.png",
"128": "images/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://search.rakuten.co.jp/search/mall/*"
],
"js": [
"script.js"
]
}
]
}