Scroll Portal

Scroll Twitter Mindfully

¿Qué es Scroll Portal?

Scroll Portal es una extensión de Chrome desarrollada por Dharam Kapila, y su función principal es "Scroll Twitter Mindfully".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Scroll Portal

Descarga archivos de extensión Scroll Portal en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre Scroll Portal Scroll Portal
ID kjdpcijkdhbkpdefphapajgbielfcdda
URL Oficial https://chromewebstore.google.com/detail/scroll-portal/kjdpcijkdhbkpdefphapajgbielfcdda
Descripción Scroll Twitter Mindfully
Tamaño del Archivo 234 KB
Cantidad de Instalaciones 172
Versión Actual 1.0
Última Actualización 2021-08-18
Fecha de Publicación 2021-08-18
Desarrollador Dharam Kapila
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://roamresearch.com/#/app/Public-Dharam/page/MHtFg1Y1r
Idiomas Soportados 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"
    ]
}