Save to GrabDuck

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

Qu'est-ce que Save to GrabDuck ?

Save to GrabDuck est une extension Chrome développée par https://grabduck.com, et sa fonction principale est "Saves webpage opened in browser as a bookmark in your GrabDuck account.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save to GrabDuck

Téléchargez les fichiers d'extension Save to GrabDuck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Save to GrabDuck Save to GrabDuck
ID cfekjdkpggdkoebenkglfbidhjdngbfe
URL Officiel https://chromewebstore.google.com/detail/save-to-grabduck/cfekjdkpggdkoebenkglfbidhjdngbfe
Description Saves webpage opened in browser as a bookmark in your GrabDuck account.
Taille du Fichier 512 KB
Nombre d'Installations 126
Version Actuelle 1.36
Dernière Mise à Jour 2020-10-14
Date de Publication 2020-02-02
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://grabduck.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://grabduck.com
URL de la Page de Politique de Confidentialité https://grabduck.com/help/privacy/policy
Langues Prises en Charge 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"
}