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
官方網址 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"
}