Last Scroll
Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.
什麼是Last Scroll?
Last Scroll是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.”。
擴展截圖
下載Last Scroll擴展crx文件
下載Last Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When scrolling web pages it is often difficult to find the last
previously visible line to keep on reading.
This is most apparent when a scroll has less than a full page to go at the top or bottom of a document.
*Last Scroll* provides a visual hint where to keep on reading, and how we got here.
Click the visual hint to toggle its visibility. 擴展基本資訊
| 名稱 | |
| ID | mceojjfcjklcpbdkagkjhoinaagcidnd |
| 官方網址 | https://chromewebstore.google.com/detail/last-scroll/mceojjfcjklcpbdkagkjhoinaagcidnd |
| 簡介 | Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity. |
| 檔案大小 | 22.34 KB |
| 安裝次數 | 28 |
| 目前版本 | 10 |
| 更新時間 | 2013-11-30 |
| 上架時間 | 2013-11-30 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/anaran/LastScrollChrome |
| 說明頁面URL | https://github.com/anaran/LastScrollChrome/issues |
| 支援的語言 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "10",
"minimum_chrome_version": "29.0.1521.3",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"48": "lastscroll4_48x48.png",
"128": "lastscroll4_128x128.png"
},
"web_accessible_resources": [
"lastscroll4_48x48.png",
"lastscroll4_128x128.png"
],
"permissions": [],
"background": {
"scripts": [
"last_scroll_event_page.js"
],
"persistent": false
},
"content_scripts": [
{
"all_frames": false,
"matches": [
" | |