tabbbs
tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…
Qu'est-ce que tabbbs ?
tabbbs est une extension Chrome développée par Jonas Brinkhoff, et sa fonction principale est "tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tabbbs
Téléchargez les fichiers d'extension tabbbs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gclpgjhgdjmaolopikgndkepbkcangcg |
URL Officiel | https://chrome.google.com/webstore/detail/tabbbs/gclpgjhgdjmaolopikgndkepbkcangcg |
Description | tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while… |
Taille du Fichier | 15.38 KB |
Nombre d'Installations | 93 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2017-06-22 |
Date de Publication | 2017-06-22 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Jonas Brinkhoff |
Type de Paiement | free |
Site Web de l'Extension | http://jub111.github.io/tabbbs/ |
URL de la Page d'Aide | http://jub111.github.io/tabbbs/ |
Langues Prises en Charge | 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 } } |