Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
Qu'est-ce que Autoscroll ?
Autoscroll est une extension Chrome développée par danny.hope, et sa fonction principale est "Scroll to the bottom of the page - Created with http://blog.self.li".
Télécharger le fichier CRX de l'extension Autoscroll
Téléchargez les fichiers d'extension Autoscroll 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
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
Informations de Base sur l'Extension
Nom | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
URL Officiel | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
Description | Scroll to the bottom of the page - Created with http://blog.self.li |
Taille du Fichier | 6.66 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-11-21 |
Date de Publication | 2014-11-21 |
Évaluation | 4.55/5 Total 22 Évaluations |
Développeur | danny.hope |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dannyhope/autoscroll |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Autoscroll" }, "name": "Autoscroll", "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li", "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |