Amazhist Chrome Extension

Amazon 購入履歴を収集する拡張

What is Amazhist Chrome Extension?

Amazhist Chrome Extension is a Chrome extension developed by https://rabbit-note.com, and its main feature is "Amazon 購入履歴を収集する拡張".

Extension Screenshots

screenshot

Download Amazhist Chrome Extension Extension CRX File

Download Amazhist Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Amazon.co.jp の購入履歴を収集し,年ごとの注文件数と金額をグラフ化します.収集した購入履歴データは CSV 形式で保存できます.

※収集したデータは外部に一切送信しません.                    

Extension Basic Information

Name Amazhist Chrome Extension Amazhist Chrome Extension
ID mfejdgdpblipdoileogibknihogejaja
Official URL https://chromewebstore.google.com/detail/amazhist-chrome-extension/mfejdgdpblipdoileogibknihogejaja
Description Amazon 購入履歴を収集する拡張
File Size 142 KB
Installation Count 138
Current Version 0.0.6
Last Updated 2022-02-13
Publish Date 2022-01-04
Developer https://rabbit-note.com
Email [email protected]
Payment Type free
Help Page URL https://github.com/kimata/amazhist_chrome
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazhist Chrome Extension",
    "short_name": "Amazhist",
    "version": "0.0.6",
    "manifest_version": 3,
    "description": "Amazon \u8cfc\u5165\u5c65\u6b74\u3092\u53ce\u96c6\u3059\u308b\u62e1\u5f35",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "background"
    ],
    "action": {
        "default_icon": {
            "32": "icon\/icon-32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*"
            ],
            "run_at": "document_end",
            "js": [
                "loglevel.min.js",
                "content.js"
            ]
        }
    ]
}