Smart Tab Groups
Automatically manages your tabs by URL!
Vad är Smart Tab Groups?
Smart Tab Groups är en Chrome-tillägg utvecklad av melenbowl, och dess huvudfunktion är "Automatically manages your tabs by URL!".
Tilläggsskärmbilder
Ladda ner Smart Tab Groups-förlängningens CRX-fil
Ladda ner Smart Tab Groups-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| Officiell webbadress | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| Beskrivning | Automatically manages your tabs by URL! |
| Filstorlek | 12.52 KB |
| Antal Installationer | 121 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-02-18 |
| Publiceringsdatum | 2021-02-18 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | melenbowl |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |