Scroll Portal
Scroll Twitter Mindfully
Was ist Scroll Portal?
Scroll Portal ist eine Chrome-Erweiterung, die von Dharam Kapila entwickelt wurde, und ihr Hauptmerkmal ist "Scroll Twitter Mindfully".
Erweiterungsscreenshots
Scroll Portal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scroll Portal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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 :)                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kjdpcijkdhbkpdefphapajgbielfcdda | 
| Offizielle URL | https://chromewebstore.google.com/detail/scroll-portal/kjdpcijkdhbkpdefphapajgbielfcdda | 
| Beschreibung | Scroll Twitter Mindfully | 
| Dateigröße | 234 KB | 
| Installationsanzahl | 172 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2021-08-18 | 
| Veröffentlichungsdatum | 2021-08-18 | 
| Entwickler | Dharam Kapila | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://roamresearch.com/#/app/Public-Dharam/page/MHtFg1Y1r | 
| Unterstützte Sprachen | 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"
    ]
}  |  |