SavePoint
Saves the page scroll and snaps it back when desired.
SavePointとは何ですか?
SavePointはLike The Mammalによって開発されたChromeの拡張機能で、その主な機能は「Saves the page scroll and snaps it back when desired.」です。
拡張機能のスクリーンショット
SavePoint拡張機能のCRXファイルをダウンロード
SavePoint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the 'S' icon to add a savepoint anywhere while scrolling through a page. Click again to snap back to that position. Works best with sites like Twitter and Facebook. Keyboard shortcuts: Win: Ctrl+Shift+S (Add Savepoint) Mac: Cmd+Shift+S (Add Savepoint)
拡張機能の基本情報
名前 | |
ID | gcgddopabjjjjonmgchapnicpbgebala |
公式URL | https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala |
説明 | Saves the page scroll and snaps it back when desired. |
ファイルサイズ | 1.69 MB |
インストール数 | 19 |
現在のバージョン | 0.0.3.6 |
最終更新日 | 2013-08-20 |
公開日 | 2013-08-20 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Like The Mammal |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SavePoint", "version": "0.0.3.6", "manifest_version": 2, "author": "Chris Dolphin", "description": "Saves the page scroll and snaps it back when desired.", "homepage_url": "http:\/\/likethemammal.com", "browser_action": { "default_icon": "src\/images\/icons\/icon16inactive.png", "default_title": "Save Point" }, "icons": { "48": "src\/images\/icons\/icon48g.png", "128": "src\/images\/icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "src\/js\/onSaveClick.js", "src\/js\/clearData.js", "src\/js\/onActivate.js", "src\/js\/checkLoad.js", "src\/images\/icons\/icon48g.png", "src\/images\/icons\/icon48y.png" ], "commands": { "toggle-save": { "suggested_key": { "default": "Ctrl+Shift+Z", "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z", "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z" }, "description": "Send a 'toggle-save' event to the extension" } } } |