Direct Paper Importer
Import a PDF paper file from PDF viewer to your Mendeley Library directly.
Direct Paper Importerคืออะไร?
Direct Paper Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fnhs653 และคุณลักษณะหลักของมันคือ "Import a PDF paper file from PDF viewer to your Mendeley Library directly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct Paper Importer
ดาวน์โหลดไฟล์ส่วนขยาย Direct Paper Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you are opening a PDF paper by the PDF viewer, you can import the paper to Mendeley Library directly. Notes: ・If you use this extension, you have to register your Mendeley's account. ・It only works when you open a PDF file by PDF.js viewer or chrome's default pdf viewer. Other viewers are not confirmed. References: ・pdf viewer (PDF.js) https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm?hl=ja ・Mendeley https://www.mendeley.com/ Update: Jul. 18th, 2021: fixed authorization bugs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Direct Paper Importer |
ID | npidohmmbejkcfpcheggofmfdbnlhngg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/direct-paper-importer/npidohmmbejkcfpcheggofmfdbnlhngg |
คำอธิบาย | Import a PDF paper file from PDF viewer to your Mendeley Library directly. |
ขนาดไฟล์ | 93.92 KB |
จำนวนการติดตั้ง | 1,354 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2021-07-29 |
วันที่เผยแพร่ | 2021-07-15 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | fnhs653 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direct Paper Importer", "action": { "default_title": "Direct Paper Importer", "default_popup": "popup.html" }, "version": "1.1.2", "manifest_version": 3, "description": "Import a PDF paper file from PDF viewer to your Mendeley Library directly.", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "author": "satumaimo_10", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkK3Xkko0Vd5pAE4ZMVdL8ofG2\/K5t4yqK5jiGtg4TBFHWNCs4mpKjXbro4czZS49FDNyf2EZY3uFVclVBpjnreRGxdkGlYMplVzt2eZAy\/CPn1nZCpuIkaEUmq92giRtsWepCKKdTSl0z507UTarITnKnquBDyLQ0wC0X9VWMAQW294dL1bp32hJzg2YvCJKOUPXTn5Wlud2x\/5\/EiL1reWacnv9rbTaNdiABvwXWzgG\/yRS2Lym0Se\/TbTa\/UKkTmXsn1VIfXAFAzpTxX5lBzsKKwMPyrToMY\/mLbalZeenIZnoZt5uJInYHDkPXWRxf3vk0IMr2rAFF4zH1U7dmQIDAQAB", "permissions": [ "tabs", "identity", "storage" ], "host_permissions": [ "*:\/\/*\/*\/" ], "background": { "service_worker": "background.js", "type": "module" } } |