Standard Notes Clipper

Web clipper for Standard Notes

Cos'è Standard Notes Clipper?

Standard Notes Clipper è un'estensione di Chrome sviluppata da Standard Notes, e la sua funzione principale è "Web clipper for Standard Notes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Standard Notes Clipper

Scarica i file di estensione Standard Notes Clipper 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

                        The Standard Notes Clipper extension is the perfect tool for saving and organizing web content. With this extension, you can clip full pages, articles, or select specific elements to save to your Standard Notes account, which is end-to-end encrypted for maximum security.

Whether you're doing research, saving recipes, or just want to keep track of interesting articles, the Standard Notes Clipper makes it easy to store your content in a safe and organized way. Plus, with the ability to link your clipped content to tags and other notes, you can easily find what you're looking for when you need it.                    

Informazioni di Base sull'Estensione

Nome Standard Notes Clipper Standard Notes Clipper
ID heapafmadojoodklnkhjanbinemaagok
URL Ufficiale https://chromewebstore.google.com/detail/standard-notes-clipper/heapafmadojoodklnkhjanbinemaagok
Descrizione Web clipper for Standard Notes
Dimensione del File 3.05 MB
Conteggio Installazioni 668
Versione Corrente 1.1.426
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-04-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Standard Notes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://standardnotes.com
URL della Pagina della Politica sulla Privacy https://standardnotes.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Standard Notes Clipper",
    "description": "Web clipper for Standard Notes",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html?route=extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src * data: blob:; style-src 'self'; frame-src * blob:; img-src * data: blob:;"
    },
    "version": "1.1.426"
}