WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EA Memo Display

EA Memo Display

View on Chrome Web Store
View EA Memo Display Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

オークションサイトの商品メモを管理・表示する拡張機能
Type
Extension
Users
25 users
1
KM Engineering
View author page of KM Engineering
Published
Published on October 26, 2024
Version 1.02
Manifest version
3
Updated
Updated on May 30, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View EA Memo Display Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EA Memo Display",
    "version": "1.02",
    "description": "\u30aa\u30fc\u30af\u30b7\u30e7\u30f3\u30b5\u30a4\u30c8\u306e\u5546\u54c1\u30e1\u30e2\u3092\u7ba1\u7406\u30fb\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.ecoauc.com\/client*",
        "https:\/\/identitytoolkit.googleapis.com\/*",
        "https:\/\/securetoken.googleapis.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/eamd_icon16.png",
            "48": "images\/eamd_icon48.png",
            "128": "images\/eamd_icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ecoauc.com\/client*"
            ],
            "js": [
                "auth.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/eamd_icon16.png",
        "48": "images\/eamd_icon48.png",
        "128": "images\/eamd_icon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top