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 :) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |