Scroll Recall
Scrolls page to the position of last visit
Scroll Recall क्या है?
Scroll Recall https://efojs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrolls page to the position of last visit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scroll Recall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It remembers where you stopped reading or watching (scrolling) page
And scrolls you back whenever you open it again (from bookmark or by clicking a link or directly typing adress)
Read, close, open, read on
Press "Forget this page" in the ribbon to erase scrolling info and stop tracking current page
Ribbon appears in the bottom right corner of screen for few seconds after reloading any page
___
Actually interesting why browsers do not offer this kind of help yet एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | ndbadeoplpldhbnpepaaneehnmihapag |
| आधिकारिक URL | https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag |
| विवरण | Scrolls page to the position of last visit |
| फ़ाइल का आकार | 13.4 KB |
| स्थापना संख्या | 92 |
| वर्तमान संस्करण | 0.0.0.1 |
| अंतिम अपडेट | 2015-09-27 |
| प्रकाशन तिथि | 2015-09-27 |
| रेटिंग | 3.17/5 कुल 6 रेटिंग्स |
| डेवलपर | https://efojs.com |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Denis Krasulin (EFOJS), 2015",
"name": "Scroll Recall",
"short_name": "ScrollRecall",
"homepage_url": "http:\/\/efojs.com",
"description": "Scrolls page to the position of last visit",
"version": "0.0.0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scrollRecall.js"
],
"css": [
"scrollRecall.css"
]
}
],
"web_accessible_resources": [
"iconSettings.png"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |