Open in Foxit™ Reader

Send PDF (Portable Document Format) links to the Foxit™ Reader from right-click context menu or browser's action button

Open in Foxit™ Readerคืออะไร?

Open in Foxit™ Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "Send PDF (Portable Document Format) links to the Foxit™ Reader from right-click context menu or browser's action button"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Foxit™ Reader

ดาวน์โหลดไฟล์ส่วนขยาย Open in Foxit™ Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension simplifies the use of Foxit Reader to open PDF links.

How to Use:
1. Use the right-click context menu item to direct PDF links to Foxit PDF Reader.
2. Click the action button on PDF pages to transfer the PDF file to Foxit PDF Reader.
3. On the options page, customize the extension settings to open PDF links with Foxit Reader.

Notes:
1. Because Foxit Reader cannot directly open remote PDF links, this extension initially downloads the PDF file to your browser's default download directory and then activates the external PDF reader.
2. To establish communication with Foxit Reader, install a small native client specific to this extension. This client is compatible with Windows, Linux, and Mac operating systems. ChromeOS is not supported.
3. Ensure you have Foxit PDF Reader installed on your device. This extension only simplifies Foxit Reader integration with your browser and does not perform the installation.

--- Legal
Foxit Reader is a registered trademark of Foxit Software Incorporated, registered in the U.S. and other countries. This extension is an independent project and is not affiliated with Foxit Software. It serves as a tool designed to enhance the PDF reading experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in Foxit™ Reader Open in Foxit™ Reader
ID lhplfipknbnglagbgbfogdaihdcekfga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-foxit-reader/lhplfipknbnglagbgbfogdaihdcekfga
คำอธิบาย Send PDF (Portable Document Format) links to the Foxit™ Reader from right-click context menu or browser's action button
ขนาดไฟล์ 87.42 KB
จำนวนการติดตั้ง 31,650
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2023-09-06
วันที่เผยแพร่ 2019-09-17
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา lunu.bounir
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/open-in-pdf-reader.html?from=foxit
URL หน้าช่วยเหลือ https://webextension.org/listing/open-in-pdf-reader.html?from=foxit
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/lunu.bounir.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Foxit\u2122 Reader",
    "description": "Send PDF (Portable Document Format) links to the Foxit\u2122 Reader from right-click context menu or browser's action button",
    "version": "0.2.3",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "nativeMessaging",
        "downloads",
        "activeTab"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/open-in-pdf-reader.html?from=foxit",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    },
    "action": [],
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "\/data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_action": []
    }
}