Smart Tab Groups
Automatically manages your tabs by URL!
Hvad er Smart Tab Groups?
Smart Tab Groups er en Chrome-udvidelse udviklet af melenbowl, og dens hovedfunktion er "Automatically manages your tabs by URL!".
Udvidelsesskærmbilleder
Download Smart Tab Groups-udvidelses-CRX-fil
Download Smart Tab Groups-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.
Sources
- Extension icons: https://www.freepik.com Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| Officiel URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| Beskrivelse | Automatically manages your tabs by URL! |
| Filstørrelse | 12.52 KB |
| Antal Installationer | 121 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-02-18 |
| Udgivelsesdato | 2021-02-18 |
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
| Udvikler | melenbowl |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Tab Groups",
"version": "1.0",
"description": "Automatically manages your tabs by URL!",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/tab16.png",
"32": "images\/tab32.png",
"64": "images\/tab64.png",
"128": "images\/tab128.png"
},
"manifest_version": 2
} | |