+ GGather

Quickly save links and see what everyone else are bookmarking.

+ GGather란 무엇입니까?

+ GGather은(는) https://ggather.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save links and see what everyone else are bookmarking."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

+ GGather 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 + GGather + GGather
ID gafpjkhbdpfnmlhddohonnainilaoehb
공식 URL https://chromewebstore.google.com/detail/+-ggather/gafpjkhbdpfnmlhddohonnainilaoehb
설명 Quickly save links and see what everyone else are bookmarking.
파일 크기 7.49 MB
설치 횟수 2,371
현재 버전 1.22.1
최근 업데이트 2020-08-26
출시 날짜 2020-05-18
평점 3.89/5 총 27 개의 평점
개발자 https://ggather.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ggather.com/
도움말 페이지 URL https://ggather.com/contact/
지원되는 언어 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"
            }
        }
    }
}