Chrome Auto Scroll
Automatically scroll a web page
Vad är Chrome Auto Scroll?
Chrome Auto Scroll är en Chrome-tillägg utvecklad av MichaelStanden, och dess huvudfunktion är "Automatically scroll a web page".
Tilläggsskärmbilder
Ladda ner Chrome Auto Scroll-förlängningens CRX-fil
Ladda ner Chrome Auto Scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
| Beskrivning | Automatically scroll a web page |
| Filstorlek | 10.18 KB |
| Antal Installationer | 3,053 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-11-22 |
| Publiceringsdatum | 2015-11-22 |
| Betyg | 2.57/5 Totalt 14 Betyg |
| Utvecklare | MichaelStanden |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |