Groups
Allows you to group several links and open it by one click
Wat is Groups?
Groups is een Chrome-extensie ontwikkeld door https://qmegas.info, en de belangrijkste functie is "Allows you to group several links and open it by one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Groups
Download Groups-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Groups |
ID | bbeddpigbemdnahhkecignbfjpdfnpea |
Officiële URL | https://chromewebstore.google.com/detail/groups/bbeddpigbemdnahhkecignbfjpdfnpea |
Beschrijving | Allows you to group several links and open it by one click |
Bestandsgrootte | 65.94 KB |
Aantal Installaties | 238 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2018-06-21 |
Publicatiedatum | 2018-06-21 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://qmegas.info |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |