Scroll Portal
Scroll Twitter Mindfully
Scroll Portalคืออะไร?
Scroll Portal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dharam Kapila และคุณลักษณะหลักของมันคือ "Scroll Twitter Mindfully"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll Portal
ดาวน์โหลดไฟล์ส่วนขยาย Scroll Portal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |