Save to GrabDuck

Saves webpage opened in browser as a bookmark in your GrabDuck account.

Save to GrabDuck란 무엇입니까?

Save to GrabDuck은(는) https://grabduck.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves webpage opened in browser as a bookmark in your GrabDuck account."입니다.

확장 프로그램 스크린샷

screenshot

Save to GrabDuck 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - By your request adds opened webpage as a bookmark in your GrabDuck account.
- Analyses current webpage and offers you possible tags for the bookmark based on the webpage content and your personal preferences (pls see our privacy police about information GrabDuck may collect in order to help you - https://grabduck.com/help/privacy/policy).
- Your should have a valid GrabDuck account in order to be able to save bookmarks.                    

확장 프로그램 기본 정보

이름 Save to GrabDuck Save to GrabDuck
ID cfekjdkpggdkoebenkglfbidhjdngbfe
공식 URL https://chromewebstore.google.com/detail/save-to-grabduck/cfekjdkpggdkoebenkglfbidhjdngbfe
설명 Saves webpage opened in browser as a bookmark in your GrabDuck account.
파일 크기 512 KB
설치 횟수 126
현재 버전 1.36
최근 업데이트 2020-10-14
출시 날짜 2020-02-02
평점 4.86/5 총 7 개의 평점
개발자 https://grabduck.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://grabduck.com
개인정보 보호 정책 페이지 URL https://grabduck.com/help/privacy/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to GrabDuck",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/grabduck.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Save to GrabDuck!",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "cookies",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "axios.min.js",
            "background.js"
        ]
    },
    "version": "1.36"
}