Save to GrabDuck

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

Cos'è Save to GrabDuck?

Save to GrabDuck è un'estensione di Chrome sviluppata da https://grabduck.com, e la sua funzione principale è "Saves webpage opened in browser as a bookmark in your GrabDuck account.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save to GrabDuck

Scarica i file di estensione Save to GrabDuck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Save to GrabDuck Save to GrabDuck
ID cfekjdkpggdkoebenkglfbidhjdngbfe
URL Ufficiale https://chromewebstore.google.com/detail/save-to-grabduck/cfekjdkpggdkoebenkglfbidhjdngbfe
Descrizione Saves webpage opened in browser as a bookmark in your GrabDuck account.
Dimensione del File 512 KB
Conteggio Installazioni 126
Versione Corrente 1.36
Ultimo Aggiornamento 2020-10-14
Data di Pubblicazione 2020-02-02
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://grabduck.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://grabduck.com
URL della Pagina della Politica sulla Privacy https://grabduck.com/help/privacy/policy
Lingue Supportate 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"
}