ThumbTack
Automatically pins tabs based on URL, domain, or regular expression
Was ist ThumbTack?
ThumbTack ist eine Chrome-Erweiterung, die von rossipedia entwickelt wurde, und ihr Hauptmerkmal ist "Automatically pins tabs based on URL, domain, or regular expression".
Erweiterungsscreenshots
ThumbTack-Erweiterungs-CRX-Datei herunterladen
Laden Sie ThumbTack-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | plkdbophokgibnhgphiamdpgamdcpcfc |
| Offizielle URL | https://chromewebstore.google.com/detail/thumbtack/plkdbophokgibnhgphiamdpgamdcpcfc |
| Beschreibung | Automatically pins tabs based on URL, domain, or regular expression |
| Dateigröße | 88.15 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 0.0.6 |
| Letztes Update | 2020-03-14 |
| Veröffentlichungsdatum | 2020-03-14 |
| Entwickler | rossipedia |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/rossipedia/thumb-tack |
| Hilfeseite URL | https://github.com/rossipedia/thumb-tack/issues |
| Unterstützte Sprachen | 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"
]
} | |