Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Clip to DEVONthinkとは何ですか?
Clip to DEVONthinkはhttps://www.devontechnologies.comによって開発されたChromeの拡張機能で、その主な機能は「Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.」です。
拡張機能のスクリーンショット
Clip to DEVONthink拡張機能のCRXファイルをダウンロード
Clip to DEVONthink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
公式URL | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
説明 | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
ファイルサイズ | 14.22 KB |
インストール数 | 27,234 |
現在のバージョン | 1.5.2 |
最終更新日 | 2021-05-07 |
公開日 | 2020-01-13 |
評価 | 3.35/5 合計 37 レビュー |
開発者 | https://www.devontechnologies.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.devontechnologies.com/redirect/download-extras |
ヘルプページのURL | https://www.devontechnologies.com/redirect/support |
プライバシーポリシーページのURL | https://www.devontechnologies.com/legal/privacy |
対応言語 | 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" } |