SmartCart
A Chrome extension that tracks your weekly Amazon spending!
SmartCartとは何ですか?
SmartCartはalicecyingによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that tracks your weekly Amazon spending!」です。
拡張機能のスクリーンショット
SmartCart拡張機能のCRXファイルをダウンロード
SmartCart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that tracks your weekly online spending. Catered toward Amazon but works on all sites. 拡張機能の基本情報
| 名前 | |
| ID | dianhnmggjkpmiiceaajbngbfglgicgh |
| 公式URL | https://chromewebstore.google.com/detail/smartcart/dianhnmggjkpmiiceaajbngbfglgicgh |
| 説明 | A Chrome extension that tracks your weekly Amazon spending! |
| ファイルサイズ | 877 KB |
| インストール数 | 37 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-05-17 |
| 公開日 | 2021-05-16 |
| 開発者 | alicecying |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SmartCart",
"description": "A Chrome extension that tracks your weekly Amazon spending!",
"version": "1.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'sha256-+g204TX6UUDQYJk5UUJV7ZTnXh4daOVoRTpqX50rRpU=' 'sha256-2xP2D9Kk9giZxIgPaTjxabFujtBNxv26EzLsz4APVq4='",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "images\/SmartCartIcon16.png",
"32": "images\/SmartCartIcon32.png",
"48": "images\/SmartCartIcon.png",
"128": "images\/SmartCartIcon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/gp\/buy\/spc\/handlers\/display.html?hasWorkingJavascript=1"
],
"js": [
"console.js"
]
}
],
"permissions": [
"storage"
]
} | |