Bookmark
Saves scroll positions for websites.
什麼是Bookmark?
Bookmark是由jspt256開發的Chrome擴展程式,該擴展的主要功能是“Saves scroll positions for websites.”。
擴展截圖
下載Bookmark擴展crx文件
下載Bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages.
Features:
- Click to save the state of the current tab (URL + scroll position)
- Can save multiple scroll positions for a single URL
- Apply saved scroll positions with a single click
- Automatically filters out the tabs that are not for the current URL
- Can view and use all saved tabs
- Minimalist interface 擴展基本資訊
| 名稱 | |
| ID | koaaophnckngclhkoldeenjeinkjkmck |
| 官方網址 | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
| 簡介 | Saves scroll positions for websites. |
| 檔案大小 | 152 KB |
| 安裝次數 | 43 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-02-27 |
| 上架時間 | 2019-02-27 |
| 評分 | 4.67/5 共 3 次評分 |
| 開發者 | jspt256 |
| 付費類型 | free |
| 擴展官網 | https://github.com/jperrett256/Bookmark |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark",
"version": "1.0",
"description": "Saves scroll positions for websites.",
"icons": {
"48": "icons\/bookmark-48.png",
"96": "icons\/bookmark-96.png"
},
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "icons\/bookmark-32.png",
"default_title": "Bookmark",
"default_popup": "popup\/bookmark.html"
}
} | |