Scroll Portal
Scroll Twitter Mindfully
Scroll Portal क्या है?
Scroll Portal Dharam Kapila द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll Twitter Mindfully"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scroll Portal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scroll Portal encourages you to scroll Twitter mindfully in a number of ways:- - Showing a counter with the total number of Tweets you have scrolled. - Showing a speedometer with your scrolling speed - Blocking Twitter for a few seconds, whenever you cross the scrolling speed limits. To use the extension: 1. Navigate to twitter.com 2. On the bottom left (as shown in the screenshot above) you will see a speedometer, along with a number below it. That speedometer monitors your scrolling speed. The number below it is the total tweets scrolled past. 3. Click on the speedometer to see additional extension settings. I hope you will like it. If you have any problems, don't hesitate to contact me :)
एक्सटेंशन की मूल जानकारी
नाम | Scroll Portal |
ID | kjdpcijkdhbkpdefphapajgbielfcdda |
आधिकारिक URL | https://chromewebstore.google.com/detail/scroll-portal/kjdpcijkdhbkpdefphapajgbielfcdda |
विवरण | Scroll Twitter Mindfully |
फ़ाइल का आकार | 234 KB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-08-18 |
प्रकाशन तिथि | 2021-08-18 |
डेवलपर | Dharam Kapila |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://roamresearch.com/#/app/Public-Dharam/page/MHtFg1Y1r |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scroll Portal", "description": "Scroll Twitter Mindfully", "version": "1.0", "action": { "default_popup": "popup.html" }, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "js\/content_script.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |