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.”。
擴展截圖
下載Amazon autoscroll and fast search擴展crx文件
下載Amazon autoscroll and fast search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | clmijlhfhfhceojhnndfbpofhepeekcb |
官方網址 | 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" } |