Groups
Allows you to group several links and open it by one click
Vad är Groups?
Groups är en Chrome-tillägg utvecklad av https://qmegas.info, och dess huvudfunktion är "Allows you to group several links and open it by one click".
Tilläggsskärmbilder
Ladda ner Groups-förlängningens CRX-fil
Ladda ner 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 plugin allows you to group links and open it by one click. It's like bookmarks, but by one item you store several links. Each link opens in separate tab. New in version 0.6.1 ----------------------------- - Updating manifest file, now extension available for installation again. New in version 0.5.2 ----------------------------- - Added: Showing link's favicon New in version 0.5.1 ----------------------------- - Added: option "Sort groups by name" New in version 0.5 --------------------------- - Added: option "Add all opened tabs as new group" - Fix: style fixes
Grundläggande Information om Tillägg
Namn | Groups |
ID | bbeddpigbemdnahhkecignbfjpdfnpea |
Officiell webbadress | https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea |
Beskrivning | Allows you to group several links and open it by one click |
Filstorlek | 65.94 KB |
Antal Installationer | 238 |
Aktuell Version | 0.6.1 |
Senast Uppdaterad | 2018-06-21 |
Publiceringsdatum | 2018-06-21 |
Betyg | 4.50/5 Totalt 8 Betyg |
Utvecklare | https://qmegas.info |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Groups", "version": "0.6.1", "description": "Allows you to group several links and open it by one click", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Groups", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |