Scroll Recall
Scrolls page to the position of last visit
什么是Scroll Recall?
Scroll Recall是由https://efojs.com开发的Chrome扩展程序,该扩展的主要功能是“Scrolls page to the position of last visit”。
扩展截图
下载Scroll Recall扩展crx文件
下载Scroll Recall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Scroll Recall |
ID | ndbadeoplpldhbnpepaaneehnmihapag |
官方URL | https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag |
简介 | Scrolls page to the position of last visit |
文件大小 | 13.4 KB |
安装次数 | 92 |
当前版本 | 0.0.0.1 |
更新时间 | 2015-09-27 |
上架时间 | 2015-09-27 |
评分 | 3.17/5 共6次评分 |
开发者 | https://efojs.com |
付费类型 | free |
支持的语言 | 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" } } |