TabX
🪣 A simple tab management tool
TabXとは何ですか?
TabXはunvalleyによって開発されたChromeの拡張機能で、その主な機能は「🪣 A simple tab management tool」です。
拡張機能のスクリーンショット
TabX拡張機能のCRXファイルをダウンロード
TabX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabX - 🪣 A simple tab management tool
- Simple UI
- Built-in dark mode
- Fuzzy search
- Copy tab links for markdown and Scrapbox
- OSS 拡張機能の基本情報
| 名前 | |
| ID | pnomgepiknocmkmncjkcchojfiookljb |
| 公式URL | https://chromewebstore.google.com/detail/tabx/pnomgepiknocmkmncjkcchojfiookljb |
| 説明 | 🪣 A simple tab management tool |
| ファイルサイズ | 231 KB |
| インストール数 | 55 |
| 現在のバージョン | 0.0.7 |
| 最終更新日 | 2022-04-06 |
| 公開日 | 2021-06-15 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | unvalley |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tabx.app |
| ヘルプページのURL | https://github.com/unvalley/TabX/discussions |
| 対応言語 | 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
} | |