Scroll Portal
Scroll Twitter Mindfully
Scroll Portal là gì?
Scroll Portal là một tiện ích mở rộng Chrome được phát triển bởi Dharam Kapila, và tính năng chính của nó là "Scroll Twitter Mindfully".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scroll Portal
Tải xuống các tệp mở rộng Scroll Portal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scroll Portal |
ID | kjdpcijkdhbkpdefphapajgbielfcdda |
URL Chính Thức | https://chromewebstore.google.com/detail/scroll-portal/kjdpcijkdhbkpdefphapajgbielfcdda |
Mô tả | Scroll Twitter Mindfully |
Kích Thước Tệp | 234 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-08-18 |
Ngày Phát Hành | 2021-08-18 |
Nhà Phát Triển | Dharam Kapila |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://roamresearch.com/#/app/Public-Dharam/page/MHtFg1Y1r |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |