ThumbTack
Automatically pins tabs based on URL, domain, or regular expression
Qu'est-ce que ThumbTack ?
ThumbTack est une extension Chrome développée par rossipedia, et sa fonction principale est "Automatically pins tabs based on URL, domain, or regular expression".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ThumbTack
Téléchargez les fichiers d'extension ThumbTack 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
A small extension with the sole purpose of automatically pinning your tabs based on the URL. * Settings synced across devices * Unpinned tabs won't be automatically re-pinned * Clicking the toolbar icon will pin any unpinned tabs that match a rule.
Informations de Base sur l'Extension
Nom | ThumbTack |
ID | plkdbophokgibnhgphiamdpgamdcpcfc |
URL Officiel | https://chromewebstore.google.com/detail/thumbtack/plkdbophokgibnhgphiamdpgamdcpcfc |
Description | Automatically pins tabs based on URL, domain, or regular expression |
Taille du Fichier | 88.15 KB |
Nombre d'Installations | 44 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2020-03-14 |
Date de Publication | 2020-03-14 |
Développeur | rossipedia |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rossipedia/thumb-tack |
URL de la Page d'Aide | https://github.com/rossipedia/thumb-tack/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThumbTack", "version": "0.0.6", "version_name": "0.0.6", "manifest_version": 2, "description": "Automatically pins tabs based on URL, domain, or regular expression", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "default_title": "ThumbTack" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "webNavigation" ] } |