Amazon Search - Super speedy & easy

Quick and easy Amazon search - only 1 click or a shortcut to search Amazon products.

Τι είναι το Amazon Search - Super speedy & easy;

Το Amazon Search - Super speedy & easy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον link-o-mat UG, και η κύρια λειτουργία του είναι "Quick and easy Amazon search - only 1 click or a shortcut to search Amazon products.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Search - Super speedy & easy

Λήψη αρχείων επέκτασης Amazon Search - Super speedy & easy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you shop on Amazon? - Yes, then you've found a super speedy & easy way to find your favourite products on Amazon.

With this extension you can searching Amazon form everywhere in you browser. Only one click on the browser button, next to the address bar or even better, just enter the character a followed by any keyword into the address bar and the extension will search for your keyword on Amazon. (e.g. a book)

Super fast Amazon search, with only on click on the browser button. Or open the super speedy Amazon search window with an easy to remember shortcut. On a Windows PC just hit the keys Ctrl+Shift+A and on a Mac Command+MacCtrl+A.

If your are visiting Amazon by your own, the extension will focus the cursor on the input field (searching field) of Amazon. With this feature you can start your Amazon shopping tour immediately.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Search - Super speedy & easy Amazon Search - Super speedy & easy
ID elhabibdoapgkfhocdmafdkkhpmmkpga
Επίσημο URL https://chrome.google.com/webstore/detail/amazon-suche-super-schnel/elhabibdoapgkfhocdmafdkkhpmmkpga
Περιγραφή Quick and easy Amazon search - only 1 click or a shortcut to search Amazon products.
Μέγεθος Αρχείου 1.88 MB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.1.8
Τελευταία Ενημέρωση 2019-04-16
Ημερομηνία Δημοσίευσης 2019-04-16
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής link-o-mat UG
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.link-o-mat.com/datenschutzerklaerung
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "link-o-mat UG",
    "background": {
        "persistent": false,
        "page": "data\/background.html"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "data\/js\/3rdParty\/jquery-2.1.3.min.js",
                "data\/js\/translation.js",
                "data\/js\/3rdParty\/base64.js",
                "data\/js\/focus.js",
                "data\/js\/LomUtils.class.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "data\/icon.png",
        "default_popup": "data\/popup.html",
        "default_title": "Beste Amazon Suche im Browser"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "windows": "Ctrl+Shift+A",
                "mac": "Command+MacCtrl+A",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "default_locale": "de",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "64": "data\/icon64.png",
        "128": "data\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "__MSG_manifest_name__",
    "permissions": [
        "tabs"
    ],
    "omnibox": {
        "keyword": "a"
    },
    "short_name": "__MSG_manifest_short_name__",
    "version": "1.1.8",
    "web_accessible_resources": [
        "data\/img\/*.*",
        "data\/css\/content.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}