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…
什麼是Workflowy Web Clipper?
Workflowy Web Clipper是由https://workflowy.com開發的Chrome擴展程式,該擴展的主要功能是“Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…”。
擴展截圖
下載Workflowy Web Clipper擴展crx文件
下載Workflowy Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Workflowy Web Clipper |
ID | jgapgnoonjgchibeajphaejhabcnklbn |
官方網址 | https://chromewebstore.google.com/detail/workflowy-web-clipper/jgapgnoonjgchibeajphaejhabcnklbn |
簡介 | Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes… |
檔案大小 | 27.15 MB |
安裝次數 | 6,693 |
目前版本 | 1.8.7 |
更新時間 | 2023-06-25 |
上架時間 | 2020-07-04 |
評分 | 3.94/5 共 17 次評分 |
開發者 | https://workflowy.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://workflowy.com |
說明頁面URL | https://workflowy.zendesk.com |
隱私政策頁面URL | https://workflowy.com/privacy |
支援的語言 | 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" } } |