Search in Amazon
This extension adds Search in Amazon option in the context menu.
Hvad er Search in Amazon?
Search in Amazon er en Chrome-udvidelse udviklet af Linen Art, LLC, og dens hovedfunktion er "This extension adds Search in Amazon option in the context menu.".
Udvidelsesskærmbilleder
Download Search in Amazon-udvidelses-CRX-fil
Download Search in Amazon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension adds Search in Amazon option in the context menu.
Grundlæggende oplysninger om udvidelsen
Navn | Search in Amazon |
ID | gplclnidblehgflejfmjaibhljjdbfgo |
Officiel URL | https://chrome.google.com/webstore/detail/gplclnidblehgflejfmjaibhljjdbfgo |
Beskrivelse | This extension adds Search in Amazon option in the context menu. |
Filstørrelse | 19.88 KB |
Antal Installationer | 74 |
Nuværende Version | 0.1 |
Senest Opdateret | 2019-06-21 |
Udgivelsesdato | 2019-06-21 |
Udvikler | Linen Art, LLC |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in Amazon", "version": "0.1", "description": "This extension adds Search in Amazon option in the context menu.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "evenPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |