Tab Grouper
Find and manage your tabs easier.
Vad är Tab Grouper?
Tab Grouper är en Chrome-tillägg utvecklad av https://alexzran.com, och dess huvudfunktion är "Find and manage your tabs easier.".
Tilläggsskärmbilder
Ladda ner Tab Grouper-förlängningens CRX-fil
Ladda ner Tab Grouper-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
Helps you with:
Browse all tabs opened.
Click to jump to a tab.
Select and smart grouping all tabs by website.
Bookmark selected tabs in a folder and close them.
Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/ Grundläggande Information om Tillägg
| Namn | |
| ID | dkiignmfiekgmokkmnpgohpcdolellbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
| Beskrivning | Find and manage your tabs easier. |
| Filstorlek | 9.62 KB |
| Antal Installationer | 50 |
| Aktuell Version | 0.0.0.6 |
| Senast Uppdaterad | 2023-01-16 |
| Publiceringsdatum | 2022-02-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://alexzran.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://chrome-tab-grouper.notion.site/ |
| Hjälpsida URL | https://airtable.com/shr13uwuvCmGz3tBT |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Grouper",
"description": "Find and manage your tabs easier.",
"version": "0.0.0.6",
"manifest_version": 3,
"permissions": [
"tabs",
"bookmarks",
"tabGroups"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
} | |