Clip To WorkFlowy
Bookmark websites in WorkFlowy
Clip To WorkFlowy là gì?
Clip To WorkFlowy là một tiện ích mở rộng Chrome được phát triển bởi rawbytz, và tính năng chính của nó là "Bookmark websites in WorkFlowy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clip To WorkFlowy
Tải xuống các tệp mở rộng Clip To WorkFlowy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
v2.1.0: Add support for named links, and for clipping multiple tabs. • Save clicks and keystrokes! • Creates links in WorkFlowy • Select text on the page, and it appears in the note (or bullets). • Clip multiple tabs at once (session saver). • Automatically finds and goes to your WorkFlowy tab or window. • Option: External link format (show or hide URL) • Option: Use child bullets for selected text instead of note. • Option: Disable WorkFlowy tags in clips. • Option: Turn off go to WorkFlowy (for WorkFlowy Desktop App users) • To configure Options, Right Click the toolbar icon > Options TO USE: • Click the icon (or keyboard shortcut) to copy the page title, url, and selected text to the clipboard. • Paste into a bullet in the WorkFlowy website or the Desktop App. HOW TO CLIP MULTIPLE TABS: • Use Ctrl/Cmd+Click on tabs to select them. • Use Shift+Click to select multiple, contiguous tabs as well. • Then activate the shortcut, and paste multiple clips at once. NOTE ON PERMISSIONS: Version 2.0 requires browser history permission only to query tabs and find WorkFlowy. No browser history is stored or tracked. EVER. NOTE! Toggle Last Tab has been improved and moved to it's own extension. To install: • Right Click the toolbar icon > Options • Follow the link to the new Toggle Last Tab extension. • https://chrome.google.com/webstore/detail/toggle-last-tab/pplmknomeoikmohcigcdbmbanedfjbff v2.0.8: Fixed url issues with new WorkFlowy format. v2.0.7: Added option to use child bullets for URL and selected text instead of note. v2.0.6: Added support for Chrome pages like Chrome Web Store and chrome:// urls. v2.0.4: Toggle Last Tab has been improved and moved to it's own extension. See link in Options. v2.0.2: Bug fix. Prevent unwanted go on restricted Chrome sites v2.0.1: Added support for WorkFlowy beta domain.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clip To WorkFlowy |
ID | cfifjihfoegnccifkcdomdookdckhaah |
URL Chính Thức | https://chromewebstore.google.com/detail/clip-to-workflowy/cfifjihfoegnccifkcdomdookdckhaah |
Mô tả | Bookmark websites in WorkFlowy |
Kích Thước Tệp | 12.38 KB |
Số Lần Cài Đặt | 4,898 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2020-09-10 |
Ngày Phát Hành | 2020-05-07 |
Đánh Giá | 4.62/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | rawbytz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rawbytz.wordpress.com/2019/03/24/clip-to-workflowy-v2-0/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip To WorkFlowy", "version": "2.1.0", "description": "Bookmark websites in WorkFlowy", "browser_action": { "default_icon": "C2Wb_128.png", "default_title": "Clip To WorkFlowy", "default_popup": "popup.html" }, "icons": { "128": "C2Wb_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs", "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } }, "manifest_version": 2 } |