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 to jest Amazon autoscroll and fast search?

Amazon autoscroll and fast search to rozszerzenie Chrome opracowane przez Alexander P., a jego główną funkcją jest „Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon autoscroll and fast search

Pobierz pliki rozszerzeń Amazon autoscroll and fast search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon autoscroll and fast search Amazon autoscroll and fast search
ID clmijlhfhfhceojhnndfbpofhepeekcb
Oficjalny URL https://chrome.google.com/webstore/detail/amazon-autoscroll-and-fas/clmijlhfhfhceojhnndfbpofhepeekcb
Opis Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.
Rozmiar pliku 64.01 KB
Liczba instalacji 339
Aktualna Wersja 3.3
Ostatnia Aktualizacja 2018-12-03
Data Publikacji 2018-12-03
Ocena 3.08/5 Łącznie 12 Oceny
Deweloper Alexander P.
Typ Płatności free
Obsługiwane Języki 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"
}