ThumbTack
Automatically pins tabs based on URL, domain, or regular expression
Wat is ThumbTack?
ThumbTack is een Chrome-extensie ontwikkeld door rossipedia, en de belangrijkste functie is "Automatically pins tabs based on URL, domain, or regular expression".
Extensie Screenshots
Download het CRX-bestand van de extensie ThumbTack
Download ThumbTack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ThumbTack |
ID | plkdbophokgibnhgphiamdpgamdcpcfc |
Officiële URL | https://chromewebstore.google.com/detail/thumbtack/plkdbophokgibnhgphiamdpgamdcpcfc |
Beschrijving | Automatically pins tabs based on URL, domain, or regular expression |
Bestandsgrootte | 88.15 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2020-03-14 |
Publicatiedatum | 2020-03-14 |
Ontwikkelaar | rossipedia |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rossipedia/thumb-tack |
Help Pagina-URL | https://github.com/rossipedia/thumb-tack/issues |
Ondersteunde Talen | 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" ] } |