tabbbs
tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…
Was ist tabbbs?
tabbbs ist eine Chrome-Erweiterung, die von Jonas Brinkhoff entwickelt wurde, und ihr Hauptmerkmal ist "tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…".
Erweiterungsscreenshots
tabbbs-Erweiterungs-CRX-Datei herunterladen
Laden Sie tabbbs-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
tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while navigating back and forth in your browser. By default, user profiles and links in shot descriptions are opened in the same tab - when returning to your feed, you often don't end up at the previous scroll position. With tabbbs you can choose to open all user profiles and links in shot descriptions in a new tab by default, so that you always get back to where you took off.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gclpgjhgdjmaolopikgndkepbkcangcg |
Offizielle URL | https://chrome.google.com/webstore/detail/tabbbs/gclpgjhgdjmaolopikgndkepbkcangcg |
Beschreibung | tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while… |
Dateigröße | 15.38 KB |
Installationsanzahl | 93 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2017-06-22 |
Veröffentlichungsdatum | 2017-06-22 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Jonas Brinkhoff |
Zahlungsart | free |
Erweiterungswebsite | http://jub111.github.io/tabbbs/ |
Hilfeseite URL | http://jub111.github.io/tabbbs/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabbbs", "version": "0.1.2", "manifest_version": 2, "icons": { "16": "assets\/logo-16x16.png", "48": "assets\/logo-48x48.png", "128": "assets\/logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.dribbble.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |