SavePoint
Saves the page scroll and snaps it back when desired.
SavePoint क्या है?
SavePoint Like The Mammal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves the page scroll and snaps it back when desired."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SavePoint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |