Open the link in Google™ Docs
Open the link (PDF, DOC, Image) in Google Docs in the context menu
Open the link in Google™ Docsคืออะไร?
Open the link in Google™ Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raingart และคุณลักษณะหลักของมันคือ "Open the link (PDF, DOC, Image) in Google Docs in the context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open the link in Google™ Docs
ดาวน์โหลดไฟล์ส่วนขยาย Open the link in Google™ Docs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open the link in Google™ Docs |
ID | plaecapdpgnlhhgcokppmieoifkpbdib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib |
คำอธิบาย | Open the link (PDF, DOC, Image) in Google Docs in the context menu |
ขนาดไฟล์ | 24.92 KB |
จำนวนการติดตั้ง | 3,614 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-05-02 |
วันที่เผยแพร่ | 2020-01-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | raingart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "0.1.0", "author": "raingart", "permissions": [ "contextMenus" ], "background": { "scripts": [ "\/js\/background.js" ] }, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |