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 |
官方網址 | 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" } } |