+ GGather

Quickly save links and see what everyone else are bookmarking.

Was ist + GGather?

+ GGather ist eine Chrome-Erweiterung, die von https://ggather.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly save links and see what everyone else are bookmarking.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

+ GGather-Erweiterungs-CRX-Datei herunterladen

Laden Sie + GGather-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

                        GGather is a shiny new bookmark manager with just the right mix of features and the most intuitive user experience.

✓ Save
Collect any article you want to read later, image that inspired you or video you want to watch later. Save anything, never lose it and view it without ever leaving GGather.

✓ Organize
Organize your bookmarks with tags and notes. And GGather tags are special. Unlike any other tags they're human friendly and you can customize them as you want.


What's new:

★ FIXED & CHANGED IN 1.22.0 (22nd August 2020): Chrome v83+ changed how cookies in extensions work and this resulted in GGather automatically signing out from account. This is now fixed. This release also deprecated Facebook social sign due to low usage. 

★ CHANGED IN 1.18.0 (18 May 2020): Brought back ability to manually sign-in via email+password and social networks.

★ IMPROVED IN 1.16.0 (5 April 2020): Updated how cookies are created for better compatibility with Google Chrome v80 update which changes cookies "SameSite" behavior. 

★ NEW & CHANGED IN 1.15.0 (3 February 2019): Further performance improvements. Dark app theme. Lots and lots of UI polishes and improvements. Toggleable favicon visibility in bookmark layouts. Select mode is now available for free accounts. Filtering by subtag was introduced to GGather Plus accounts. Changed payments processor. GGather Pro plan was renamed to GGather Plus. Terms/Policies updates. 

★ IMPROVED IN 1.14.2 (5 October 2018): Bookmarks now load roughly 500-1000% faster. 

★ NEW IN 1.14.0 (12 August 2018): Complete redesign of sidebar, drag and drop interactions and tagging interface. Removed tag categories in favor of parent tags under which you can nest other tags. Additionaly fixed and improved a lot of other parts of the application.

★ NEW IN 1.11.4 (29 April 2018): 1) Big revamp to the extension so it's simpler and more straightforward to use. "Lightweight" save widget is now default save method and to open library you need to right click on extension icon. 2) Search feature was rewritten from scratch - searching your library should be now blazing fast and more accurate. 3) Some other minor features - default tag item layouts and link click behavior customization.

★ NEW IN 1.10.0 (18 March 2018): You can now upgrade to GGather Pro seamlessly right from the app. And also check your billing & payments information in settings page.

★ NEW IN 1.9.0 (15 March 2018): New contact form in contact page that will allow for quicker and more precise contact and faster replies.

★ NEW IN 1.8.0 & 1.8.1 (12 Feb. 2018): Many small and medium UI/UX improvements, fixes and new landing page. Also topbar is now in blue GGather color.

★ NEW IN 1.7.0 (20 Nov. 2017): Automatic account synchronization with GGather.com. Now you won't need to sign in manually inside GGather extension. This requires additional permission to read/write cookies.

★ NEW IN 1.5.2 (27 Oct. 2017): Lightweight save widget improvements - mainly ability to delete links.

★ NEW IN 1.5.0 (23 Oct. 2017): Custom bookmarks thumbnails. Choose from website content images, generate from image URL or just upload from your computer.

★ NEW IN 1.4.0 (15 Oct. 2017): Batch select mode. Select, delete and open multiple bookmarks.

★ NEW IN 1.3.0 (1 Oct. 2017): Optional lightweight save widget allowing you to bookmark links faster than before! Right click on the extension icon to enable.                    

Grundlegende Informationen zur Erweiterung

Name + GGather + GGather
ID gafpjkhbdpfnmlhddohonnainilaoehb
Offizielle URL https://chromewebstore.google.com/detail/+-ggather/gafpjkhbdpfnmlhddohonnainilaoehb
Beschreibung Quickly save links and see what everyone else are bookmarking.
Dateigröße 7.49 MB
Installationsanzahl 2,371
Aktuelle Version 1.22.1
Letztes Update 2020-08-26
Veröffentlichungsdatum 2020-05-18
Bewertung 3.89/5 Insgesamt 27 Bewertungen
Entwickler https://ggather.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ggather.com/
Hilfeseite URL https://ggather.com/contact/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "+ GGather",
    "description": "Quickly save links and see what everyone else are bookmarking.",
    "version": "1.22.1",
    "homepage_url": "https:\/\/ggather.com",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/browser-update.org https:\/\/cdnjs.cloudflare.com https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "extension\/assets\/ba-saved.png",
        "default_title": "+ GGather",
        "default_popup": ""
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "*:\/\/*.ggather.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ggather.local:*\/*",
            "*:\/\/*.ggather.com\/*"
        ]
    },
    "web_accessible_resources": [
        "*.html",
        "*.xml",
        "*.css",
        "*.js",
        "*.map",
        "*.json",
        "*.ico",
        "*.png",
        "*.jpg",
        "*.jpeg",
        "*.gif",
        "*.svg",
        "*.ttf",
        "*.woff",
        "*.eot"
    ],
    "background": {
        "scripts": [
            "extension\/deps\/js.cookie.js",
            "extension\/deps\/axios.min.js",
            "extension\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "extension\/assets\/extension.png",
        "48": "extension\/assets\/extension.png",
        "128": "extension\/assets\/extension.png"
    },
    "omnibox": {
        "keyword": "gg"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+G",
                "mac": "Alt+G",
                "chromeos": "Alt+G",
                "linux": "Alt+G"
            }
        }
    }
}