Right Click Amazon Search

Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…

Apa itu Right Click Amazon Search?

Right Click Amazon Search adalah ekstensi Chrome yang dikembangkan oleh No Ad Extensions, dan fitur utamanya adalah "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Right Click Amazon Search

Unduh file ekstensi Right Click Amazon Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site.

Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]                    

Informasi Dasar Ekstensi

Nama Right Click Amazon Search Right Click Amazon Search
ID gpiaaogmhemeaflkjieknaaknnoelnom
URL Resmi https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom
Deskripsi Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
Ukuran File 20.59 KB
Jumlah Instalasi 29
Versi Saat Ini 1
Terakhir Diperbarui 2022-03-14
Tanggal Publikasi 2022-03-14
Pengembang No Ad Extensions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Amazon Search",
    "version": "1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension_icon16.png",
        "32": "extension_icon32.png",
        "48": "extension_icon48.png",
        "128": "extension_icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "fg.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ]
}