TabX
🪣 A simple tab management tool
What is TabX?
TabX is a Chrome extension developed by unvalley, and its main feature is "🪣 A simple tab management tool".
Extension Screenshots
Download TabX Extension CRX File
Download TabX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
TabX - 🪣 A simple tab management tool - Simple UI - Built-in dark mode - Fuzzy search - Copy tab links for markdown and Scrapbox - OSS
Extension Basic Information
Name | TabX |
ID | pnomgepiknocmkmncjkcchojfiookljb |
Official URL | https://chromewebstore.google.com/detail/tabx/pnomgepiknocmkmncjkcchojfiookljb |
Description | 🪣 A simple tab management tool |
File Size | 231 KB |
Installation Count | 55 |
Current Version | 0.0.7 |
Last Updated | 2022-04-06 |
Publish Date | 2021-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | unvalley |
[email protected] | |
Payment Type | free |
Extension Website | https://tabx.app |
Help Page URL | https://github.com/unvalley/TabX/discussions |
Supported Languages | 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 } |