Akizuki Cart to CSV

秋月電子通商のカートに入っている商品を,CSVに書き出します。

What is Akizuki Cart to CSV?

Akizuki Cart to CSV is a Chrome extension developed by zgtk-guri, and its main feature is "秋月電子通商のカートに入っている商品を,CSVに書き出します。".

Extension Screenshots

screenshot

Download Akizuki Cart to CSV Extension CRX File

Download Akizuki Cart to CSV 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

                        秋月電子通商の通販サイトで,カートに入れた商品の一覧をCSVに書き出すことができます。                    

Extension Basic Information

Name Akizuki Cart to CSV Akizuki Cart to CSV
ID jdhacadfcgeodogfdmebacobfekgpfdh
Official URL https://chromewebstore.google.com/detail/akizuki-cart-to-csv/jdhacadfcgeodogfdmebacobfekgpfdh
Description 秋月電子通商のカートに入っている商品を,CSVに書き出します。
File Size 144 KB
Installation Count 139
Current Version 0.0.2
Last Updated 2019-01-08
Publish Date 2019-01-08
Rating 5.00/5 Total 1 Ratings
Developer zgtk-guri
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "author": "@zgtk_guri",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "*:\/\/akizukidenshi.com\/*",
        "pageCapture",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Akizuki Cart to CSV",
        "default_popup": "popup.html"
    }
}