Walling Web Clipper
Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.
Qu'est-ce que Walling Web Clipper ?
Walling Web Clipper est une extension Chrome développée par https://walling.app, et sa fonction principale est "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Walling Web Clipper
Téléchargez les fichiers d'extension Walling Web 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
Walling web clipper helps you jot down quick notes from your browser, save bookmarks to your Walling walls and collect images from the web. Unlike linear and restrictive tools, at Walling, we've been thinking outside of the box, presenting you with a new visual solution that will help you be more productive and present your ideas in an engaging and stunning way. Learn more at https://walling.app. You can login to your account using Email/Password, Google Login, or Apple Sign-in.
Informations de Base sur l'Extension
Nom | Walling Web Clipper |
ID | penhhnlldkmlfappgmgjhhfkgeekdmpl |
URL Officiel | https://chromewebstore.google.com/detail/walling-web-clipper/penhhnlldkmlfappgmgjhhfkgeekdmpl |
Description | Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls. |
Taille du Fichier | 589 KB |
Nombre d'Installations | 5,759 |
Version Actuelle | 1.2.64 |
Dernière Mise à Jour | 2023-11-26 |
Date de Publication | 2020-06-12 |
Évaluation | 4.46/5 Total 13 Évaluations |
Développeur | https://walling.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://walling.app |
URL de la Page d'Aide | https://walling.app/contact |
URL de la Page de Politique de Confidentialité | https://walling.app/terms-and-privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walling Web Clipper", "short_name": "Walling", "description": "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.", "version": "1.2.64", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Walling Web Clipper", "default_icon": "icons\/icon_48.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "popup\/images\/*", "images\/*", "*.ttf" ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'" } |