Acid Tabs
Auto-Grouping Magic for your Tabs
Acid Tabsとは何ですか?
Acid Tabsはjdhayfordによって開発されたChromeの拡張機能で、その主な機能は「Auto-Grouping Magic for your Tabs」です。
拡張機能のスクリーンショット
Acid Tabs拡張機能のCRXファイルをダウンロード
Acid Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Acid Tabs makes organizing tabs ridiculously easy by automatically grouping tabs together based on customizable rules.
🌟 Features
⚡ Live updating = Instant feedback
✳ Simple but powerful patterns for tab names
🌈 Customizable group colors
🔀 Rule based ordering of tab group layout
📁 Easy "Collapse All" groups button (or Alt + Shift + C)
📝 Bulk Edit Mode
Note: Acid Tabs is an open source extension. Github repo: https://github.com/jdhayford/acid-tabs-extension
IMPORTANT: If you are using an old version of chrome you will need to update your Chrome to version ~89 (check chrome://settings/help).
If you have any issues, requests or questions contact me at [email protected] or ping me on twitter: https://twitter.com/hayford_jack 拡張機能の基本情報
| 名前 | |
| ID | hgceopemmcmigbmhphbcgkeffommpjfc |
| 公式URL | https://chromewebstore.google.com/detail/acid-tabs/hgceopemmcmigbmhphbcgkeffommpjfc |
| 説明 | Auto-Grouping Magic for your Tabs |
| ファイルサイズ | 313 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 6.5.9 |
| 最終更新日 | 2022-12-31 |
| 公開日 | 2021-03-30 |
| 評価 | 4.24/5 合計 49 レビュー |
| 開発者 | jdhayford |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jdhayford/acid-tabs-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Auto-Grouping Magic for your Tabs",
"version": "6.5.9",
"manifest_version": 3,
"name": "Acid Tabs",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "acid-32.png"
},
"icons": {
"128": "acid-128.png"
},
"permissions": [
"storage",
"webNavigation",
"tabs",
"tabGroups"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"acid-128.png",
"acid-32.png"
],
"matches": []
}
],
"content_security_policy": {
"extension-pages": "script-src 'self' https:\/\/fonts.googleapis.com\/* https:\/\/*.firebaseio.com; object-src 'self'"
},
"commands": {
"toggle-collapse": {
"suggested_key": {
"default": "Alt+Shift+C"
},
"description": "Toggle collapse"
}
}
} | |