Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Clip to DEVONthink là gì?
Clip to DEVONthink là một tiện ích mở rộng Chrome được phát triển bởi https://www.devontechnologies.com, và tính năng chính của nó là "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
Ả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 DEVONthink
Tải xuống các tệp mở rộng Clip to DEVONthink 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
Use this extension to quickly clip selected web content to your DEVONthink database directly from Chrome. You need to have DEVONthink from DEVONtechnologies installed to make use of this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
URL Chính Thức | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
Mô tả | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
Kích Thước Tệp | 14.22 KB |
Số Lần Cài Đặt | 27,234 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2021-05-07 |
Ngày Phát Hành | 2020-01-13 |
Đánh Giá | 3.35/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://www.devontechnologies.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.devontechnologies.com/redirect/download-extras |
URL Trang Trợ Giúp | https://www.devontechnologies.com/redirect/support |
URL Trang Chính Sách Bảo Mật | https://www.devontechnologies.com/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Clip to DEVONthink", "version": "1.5.2", "description": "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "button\/add16.png", "32": "button\/add32.png", "64": "button\/add64.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "button\/add16.png", "32": "button\/add32.png", "64": "button\/add64.png" }, "default_title": "Clip to DEVONthink" }, "commands": { "activate": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "Open Clip to DEVONthink" } }, "homepage_url": "http:\/\/devontechnologies.com\/redirect.php?id=download-extras" } |