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文件

下载Save to GrabDuck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - 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"
}