Groups
Allows you to group several links and open it by one click
Was ist Groups?
Groups ist eine Chrome-Erweiterung, die von https://qmegas.info entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to group several links and open it by one click".
Erweiterungsscreenshots
Groups-Erweiterungs-CRX-Datei herunterladen
Laden Sie Groups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Groups |
ID | bbeddpigbemdnahhkecignbfjpdfnpea |
Offizielle URL | https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea |
Beschreibung | Allows you to group several links and open it by one click |
Dateigröße | 65.94 KB |
Installationsanzahl | 238 |
Aktuelle Version | 0.6.1 |
Letztes Update | 2018-06-21 |
Veröffentlichungsdatum | 2018-06-21 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | https://qmegas.info |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |