Save to GrabDuck

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

Save to GrabDuck क्या है?

Save to GrabDuck https://grabduck.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves webpage opened in browser as a bookmark in your GrabDuck account."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to GrabDuck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
}