Chrome Auto Scroll
Automatically scroll a web page
Qu'est-ce que Chrome Auto Scroll ?
Chrome Auto Scroll est une extension Chrome développée par MichaelStanden, et sa fonction principale est "Automatically scroll a web page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Auto Scroll
Téléchargez les fichiers d'extension Chrome Auto Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
Informations de Base sur l'Extension
Nom | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
URL Officiel | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
Description | Automatically scroll a web page |
Taille du Fichier | 10.18 KB |
Nombre d'Installations | 3,053 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-22 |
Date de Publication | 2015-11-22 |
Évaluation | 2.57/5 Total 14 Évaluations |
Développeur | MichaelStanden |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |