TabX
🪣 A simple tab management tool
Wat is TabX?
TabX is een Chrome-extensie ontwikkeld door unvalley, en de belangrijkste functie is "🪣 A simple tab management tool".
Extensie Screenshots
Download het CRX-bestand van de extensie TabX
Download TabX-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
TabX - 🪣 A simple tab management tool
- Simple UI
- Built-in dark mode
- Fuzzy search
- Copy tab links for markdown and Scrapbox
- OSS Basisinformatie over de Extensie
| Naam | |
| ID | pnomgepiknocmkmncjkcchojfiookljb |
| Officiële URL | https://chromewebstore.google.com/detail/tabx/pnomgepiknocmkmncjkcchojfiookljb |
| Beschrijving | 🪣 A simple tab management tool |
| Bestandsgrootte | 231 KB |
| Aantal Installaties | 55 |
| Huidige Versie | 0.0.7 |
| Laatst Bijgewerkt | 2022-04-06 |
| Publicatiedatum | 2021-06-15 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | unvalley |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://tabx.app |
| Help Pagina-URL | https://github.com/unvalley/TabX/discussions |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TabX",
"description": "\ud83e\udea3 A simple tab management tool",
"version": "0.0.7",
"icons": {
"16": "assets\/icons\/16.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"browser_action": {
"default_icon": {
"16": "assets\/icons\/16.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"store-all-tabs": {
"description": "__MSG_store_all_tabs__",
"global": true
}
},
"permissions": [
"storage",
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/apis.google.com __DEV_CSP__; object-src 'self'",
"offline_enabled": true
} | |