Scroll Recall
Scrolls page to the position of last visit
Cos'è Scroll Recall?
Scroll Recall è un'estensione di Chrome sviluppata da https://efojs.com, e la sua funzione principale è "Scrolls page to the position of last visit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scroll Recall
Scarica i file di estensione Scroll Recall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It remembers where you stopped reading or watching (scrolling) page And scrolls you back whenever you open it again (from bookmark or by clicking a link or directly typing adress) Read, close, open, read on Press "Forget this page" in the ribbon to erase scrolling info and stop tracking current page Ribbon appears in the bottom right corner of screen for few seconds after reloading any page ___ Actually interesting why browsers do not offer this kind of help yet
Informazioni di Base sull'Estensione
Nome | Scroll Recall |
ID | ndbadeoplpldhbnpepaaneehnmihapag |
URL Ufficiale | https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag |
Descrizione | Scrolls page to the position of last visit |
Dimensione del File | 13.4 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2015-09-27 |
Data di Pubblicazione | 2015-09-27 |
Valutazione | 3.17/5 Totale 6 Valutazioni |
Sviluppatore | https://efojs.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Denis Krasulin (EFOJS), 2015", "name": "Scroll Recall", "short_name": "ScrollRecall", "homepage_url": "http:\/\/efojs.com", "description": "Scrolls page to the position of last visit", "version": "0.0.0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scrollRecall.js" ], "css": [ "scrollRecall.css" ] } ], "web_accessible_resources": [ "iconSettings.png" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |