Save to GrabDuck

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

Save to GrabDuck là gì?

Save to GrabDuck là một tiện ích mở rộng Chrome được phát triển bởi https://grabduck.com, và tính năng chính của nó là "Saves webpage opened in browser as a bookmark in your GrabDuck account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to GrabDuck

Tải xuống các tệp mở rộng Save to GrabDuck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to GrabDuck Save to GrabDuck
ID cfekjdkpggdkoebenkglfbidhjdngbfe
URL Chính Thức https://chromewebstore.google.com/detail/save-to-grabduck/cfekjdkpggdkoebenkglfbidhjdngbfe
Mô tả Saves webpage opened in browser as a bookmark in your GrabDuck account.
Kích Thước Tệp 512 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 1.36
Cập Nhật Lần Cuối 2020-10-14
Ngày Phát Hành 2020-02-02
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://grabduck.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grabduck.com
URL Trang Chính Sách Bảo Mật https://grabduck.com/help/privacy/policy
Ngôn Ngữ Được Hỗ Trợ 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"
}