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
Eメール [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"
}