ASDA Groceries Helper

This extension helps with filling a shopping basket on https://groceries.asda.com/ .

ASDA Groceries Helperとは何ですか?

ASDA Groceries Helperはdaveによって開発されたChromeの拡張機能で、その主な機能は「This extension helps with filling a shopping basket on https://groceries.asda.com/ .」です。

拡張機能のスクリーンショット

screenshot

ASDA Groceries Helper拡張機能のCRXファイルをダウンロード

ASDA Groceries Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Purpose
This extension helps with filling a shopping basket on https://groceries.asda.com/ .

Usage - Shortcut Keys
After installing this add-on the following shortcut keys will be available in your browser.

Shortcut Key	Action
CTRL-Y	Focus the window on the search box
CTRL-SHIFT-U	Search for whatever is currently in the clipboard                    

拡張機能の基本情報

名前 ASDA Groceries Helper ASDA Groceries Helper
ID chmjblhakahjbdekinpboilegeobpicg
公式URL https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg
説明 This extension helps with filling a shopping basket on https://groceries.asda.com/ .
ファイルサイズ 3.33 KB
インストール数 102
現在のバージョン 0.4
最終更新日 2020-10-30
公開日 2020-10-29
開発者 dave
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/davegoopot/asda_groceries_helper
ヘルプページのURL https://github.com/davegoopot/asda_groceries_helper
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASDA Groceries Helper",
    "manifest_version": 2,
    "version": "0.4",
    "description": "This extension helps with filling a shopping basket on https:\/\/groceries.asda.com\/ .",
    "homepage_url": "https:\/\/github.com\/davegoopot\/asda_groceries_helper",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/groceries.asda.com\/*"
            ],
            "js": [
                "asda.js"
            ]
        }
    ]
}