akizuki-daisuki

秋月電子のサイトを使いやすくするchrome拡張

什麼是akizuki-daisuki?

akizuki-daisuki是由mqce開發的Chrome擴展程式,該擴展的主要功能是“秋月電子のサイトを使いやすくするchrome拡張”。

擴展截圖

screenshot
screenshot
screenshot

下載akizuki-daisuki擴展crx文件

下載akizuki-daisuki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        お気に入りを使いやすく
- ページ遷移なしで次々とお気に入り/カートに投入できる
- お気に入りは消えないので安心!
- 商品ページ、一覧ページに「お気に入りに入れる」ボタンが出現
- 商品ページ、一覧ページに「カートに入れる」ボタンが出現
- ヘッダーにお気に入りとカートに入っている商品数を表示

見やすく
- ページの横幅を広く(オプション)
- 商品ページの写真を大きく(オプション)

その他
- 店舗在庫数を表示(オプション)
- 主要なページの商品名の全角英数を半角に(オプション)
- セッションが切れたら自動リロード

オープンソース
https://github.com/mqce/akizuki-daisuki                    

擴展基本資訊

名稱 akizuki-daisuki akizuki-daisuki
ID hjdhpmpkbmcckegkppojhmhbgbmnlbgd
官方網址 https://chromewebstore.google.com/detail/akizuki-daisuki/hjdhpmpkbmcckegkppojhmhbgbmnlbgd
簡介 秋月電子のサイトを使いやすくするchrome拡張
檔案大小 27.58 KB
安裝次數 920
目前版本 1.0.2
更新時間 2023-11-08
上架時間 2023-03-10
評分 4.89/5 共 9 次評分
開發者 mqce
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mqce/akizuki-daisuki
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u79cb\u6708\u96fb\u5b50\u306e\u30b5\u30a4\u30c8\u3092\u4f7f\u3044\u3084\u3059\u304f\u3059\u308bchrome\u62e1\u5f35",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "akizuki-daisuki",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/akizukidenshi.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "https:\/\/akizukidenshi.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}