Save to GrabDuck

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

ما هو Save to GrabDuck؟

Save to GrabDuck هو إضافة Chrome تم تطويرها بواسطة https://grabduck.com، والميزة الرئيسية لها هي "Saves webpage opened in browser as a bookmark in your GrabDuck account.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Save to GrabDuck

قم بتنزيل ملفات الامتداد Save to GrabDuck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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
عنوان صفحة سياسة الخصوصية 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"
}