Scroll Portal

Scroll Twitter Mindfully

Scroll Portal란 무엇입니까?

Scroll Portal은(는) Dharam Kapila에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scroll Twitter Mindfully"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Scroll Portal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}