Save to GrabDuck

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

What is Save to GrabDuck?

Save to GrabDuck is a Chrome extension developed by https://grabduck.com, and its main feature is "Saves webpage opened in browser as a bookmark in your GrabDuck account.".

Extension Screenshots

screenshot

Download Save to GrabDuck Extension CRX File

Download Save to GrabDuck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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.                    

Extension Basic Information

Name Save to GrabDuck Save to GrabDuck
ID cfekjdkpggdkoebenkglfbidhjdngbfe
Official URL https://chromewebstore.google.com/detail/save-to-grabduck/cfekjdkpggdkoebenkglfbidhjdngbfe
Description Saves webpage opened in browser as a bookmark in your GrabDuck account.
File Size 512 KB
Installation Count 126
Current Version 1.36
Last Updated 2020-10-14
Publish Date 2020-02-02
Rating 4.86/5 Total 7 Ratings
Developer https://grabduck.com
Email [email protected]
Payment Type free
Extension Website https://grabduck.com
Privacy Policy Page URL https://grabduck.com/help/privacy/policy
Supported Languages 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"
}