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
拡張機能の基本情報
名前 | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
公式URL | 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" } } |