Amazon autoscroll and fast search

Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.

Co je Amazon autoscroll and fast search?

Amazon autoscroll and fast search je rozšíření Chrome vyvinuté Alexander P., a jeho hlavní funkcí je „Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Amazon autoscroll and fast search

Stáhněte si soubory rozšíření Amazon autoscroll and fast search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Genervt vom Seitenwechsel nach dem runterscrollen? Nach gerade einmal 15 Artikeln muss man bei Amazon auf die nächste Seite wechseln, das macht doch keinen Spaß.
Mit Amazon autoscroll werden Ihnen bequem die nächsten Artikel auf der Seite angezeigt. Sie werden keinen Unterschied sehen. Sie können den Effekt bequem über die Menüleiste oben rechts ein und aus schalten.
Mit der aktuellsten Version gibt es die Möglichkeit, über Rechtsklick auf ein markiertes Wort direkt bei Amazon zu suchen.
Weiter können Sie nun schnell über die Adressleiste bei Amazon suchen ohne auf der Seite zu sein. Tippen sie einfach "a" und ein Leerzeichen und Sie suchen direkt bei Amazon!
Wechseln Sie das erste mal auf die Amazon Seite wird sofort das Suchfeld markiert und Sie können schnell Ihren Suchbegriff eintippen.

Kurz und knapp, eine schöne Vereinfachung, damit das Kauferlebnis bei Amazon noch leichter von der Hand geht.

=========================================================


Annoyed by the side change after the scrolling down? After just 15 articles, you have to switch to the next page at Amazon, which is not fun.
With Amazon autoscroll you will be able to conveniently view the next articles on the page. You will not see any difference. If it is necessary, the plugin can be deactivated via the menu bar.
With the latest version, you can search directly at Amazon by right-clicking on a selected word.
Furthermore, you can now quickly search the address bar at Amazon without being on the page. Just type "a" and a space and you are looking directly at Amazon!

In short, a nice simplification, so that the buying experience at Amazon is even easier.                    

Základní Informace o Rozšíření

Název Amazon autoscroll and fast search Amazon autoscroll and fast search
ID clmijlhfhfhceojhnndfbpofhepeekcb
Oficiální URL https://chrome.google.com/webstore/detail/amazon-autoscroll-and-fas/clmijlhfhfhceojhnndfbpofhepeekcb
Popis Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.
Velikost souboru 64.01 KB
Počet instalací 339
Aktuální Verze 3.3
Poslední Aktualizace 2018-12-03
Datum Vydání 2018-12-03
Hodnocení 3.08/5 Celkem 12 Hodnocení
Vývojář Alexander P.
Typ Platby free
Podporované Jazyky de,en,nl,da
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/amazon_infinite.js",
            "js\/amazon_context.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/spin.js"
            ],
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ]
        }
    ],
    "omnibox": {
        "keyword": "a"
    },
    "icons": {
        "16": "icons\/iconpage16.png",
        "48": "icons\/iconpage48.png",
        "128": "icons\/iconpage128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "default_locale": "de",
    "manifest_version": 2,
    "author": "Alexander P.",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "permissions": [
        "background",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}