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.

Amazon autoscroll and fast search란 무엇입니까?

Amazon autoscroll and fast search은(는) Alexander P.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Amazon autoscroll and fast search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Amazon autoscroll and fast search Amazon autoscroll and fast search
ID clmijlhfhfhceojhnndfbpofhepeekcb
공식 URL https://chrome.google.com/webstore/detail/amazon-autoscroll-and-fas/clmijlhfhfhceojhnndfbpofhepeekcb
설명 Amazon autoscroll ermöglicht es durchgängig zu scrollen ohne auf die nächste Seite mit weiteren Artikeln zu wechseln.
파일 크기 64.01 KB
설치 횟수 339
현재 버전 3.3
최근 업데이트 2018-12-03
출시 날짜 2018-12-03
평점 3.08/5 총 12 개의 평점
개발자 Alexander P.
결제 유형 free
지원되는 언어 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"
}