Workflowy Web Clipper
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…
Was ist Workflowy Web Clipper?
Workflowy Web Clipper ist eine Chrome-Erweiterung, die von https://workflowy.com entwickelt wurde, und ihr Hauptmerkmal ist "Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…".
Erweiterungsscreenshots
Workflowy Web Clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Workflowy Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes to any place in your Workflowy account, then take notes, re-organize, without leaving the context of the page you are working on. Features - Copy insert links into any place in your workflowy - Automatically includes selected text - Let's you immediately jot down your thoughts, re-organize, go deeper while the content is still fresh in your mind
Grundlegende Informationen zur Erweiterung
Name | Workflowy Web Clipper |
ID | jgapgnoonjgchibeajphaejhabcnklbn |
Offizielle URL | https://chromewebstore.google.com/detail/workflowy-web-clipper/jgapgnoonjgchibeajphaejhabcnklbn |
Beschreibung | Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes… |
Dateigröße | 27.15 MB |
Installationsanzahl | 6,693 |
Aktuelle Version | 1.8.7 |
Letztes Update | 2023-06-25 |
Veröffentlichungsdatum | 2020-07-04 |
Bewertung | 3.94/5 Insgesamt 17 Bewertungen |
Entwickler | https://workflowy.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://workflowy.com |
Hilfeseite URL | https://workflowy.zendesk.com |
URL der Datenschutzrichtlinien-Seite | https://workflowy.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workflowy Web Clipper", "version": "1.8.7", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "http:\/\/workflowy.com\/", "https:\/\/workflowy.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.recaptcha.net https:\/\/www.gstatic.com; object-src 'self'", "commands": { "clip-here": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" }, "description": "Clip the current page here" }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" } } }, "icons": { "16": "media\/i\/icon-16.png", "48": "media\/i\/icon-48.png", "128": "media\/i\/icon-128.png" }, "browser_action": { "default_icon": "media\/i\/icon-152x152.png", "default_popup": "index.html?chrome_extension=true", "default_title": "Workflowy web clipper" } } |