Auto Group Tab
Auto group your Chrome tabs
Vad är Auto Group Tab?
Auto Group Tab är en Chrome-tillägg utvecklad av Huy Vu, och dess huvudfunktion är "Auto group your Chrome tabs".
Tilläggsskärmbilder
Ladda ner Auto Group Tab-förlängningens CRX-fil
Ladda ner Auto Group Tab-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
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you. [Require Chrome version 89] How it works: 1. Define the groups and the addresses for each group 2. Open new tabs in your browser as usual 3. Click "Group Tab" to group all your tabs ***** See the video for a better instruction and demo ***** Jot a comment if you have any feedback for this extension, I'll reply you directly.
Grundläggande Information om Tillägg
Namn | Auto Group Tab |
ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
Beskrivning | Auto group your Chrome tabs |
Filstorlek | 230 KB |
Antal Installationer | 25 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-05-09 |
Publiceringsdatum | 2021-05-08 |
Utvecklare | Huy Vu |
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": "Auto Group Tab", "description": "Auto group your Chrome tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |