Scroll Portal
Scroll Twitter Mindfully
什麼是Scroll Portal?
Scroll Portal是由Dharam Kapila開發的Chrome擴展程式,該擴展的主要功能是“Scroll Twitter Mindfully”。
擴展截圖
下載Scroll Portal擴展crx文件
下載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 |
官方網址 | 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" ] } |