Standard Notes Clipper
Web clipper for Standard Notes
Qu'est-ce que Standard Notes Clipper ?
Standard Notes Clipper est une extension Chrome développée par Standard Notes, et sa fonction principale est "Web clipper for Standard Notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Standard Notes Clipper
Téléchargez les fichiers d'extension Standard Notes Clipper 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
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.
Informations de Base sur l'Extension
Nom | Standard Notes Clipper |
ID | heapafmadojoodklnkhjanbinemaagok |
URL Officiel | https://chromewebstore.google.com/detail/standard-notes-clipper/heapafmadojoodklnkhjanbinemaagok |
Description | Web clipper for Standard Notes |
Taille du Fichier | 3.05 MB |
Nombre d'Installations | 668 |
Version Actuelle | 1.1.426 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2023-04-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Standard Notes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://standardnotes.com |
URL de la Page de Politique de Confidentialité | https://standardnotes.com/privacy |
Langues Prises en Charge | 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" } |