u2Docs

Convert youtube to pdf document

u2Docsคืออะไร?

u2Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://u2docs.com และคุณลักษณะหลักของมันคือ "Convert youtube to pdf document"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย u2Docs

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

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

                        homepage - https://www.u2docs.com

u2Docs automatically captures only the document area included in the YouTube video and creates a PDF file.
You don't need to use an image editor like Photoshop. u2Docs will automatically capture, cut, and even create PDF documents. The PDF document includes a YouTube link. You can click on the document to view it directly on YouTube.

u2Docs는 유투브 영상에서 문서만 캡처하고 PDF로 변환까지 자동으로 할 수 있습니다. 영상속에서 문서영역만 캡처할 수 있습니다. 문서 내용이 바뀔때만 자동으로 캡처합니다. 이미지 에디터나 편집 도구 없이도 영상에 포함된 문서만 캡처하고 PDF문서로 저장할 수 있습니다.

Can you capture only the document area included in YouTube and save it as PDF?

1. Pause the video when the document appears on the screen and take a screenshot of the document area. You can do this by pressing the "Print Screen" button on your keyboard.
2. Open an image editing software, such as Microsoft Paint or Adobe Photoshop, and paste the screenshot.
3. Crop the image to remove any unwanted areas outside of the document.
4. Save the cropped image as a JPEG or PNG file.
5. Go to a website that converts images to PDF files.
6. Upload the image file and follow the instructions to convert it to a PDF file.
7. Download the converted PDF file.

With u2Docs, you can solve all of these processes at once.                    

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

ชื่อ u2Docs u2Docs
ID phpfepbcdognenajejeoplfalngcofgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/u2docs/phpfepbcdognenajejeoplfalngcofgf
คำอธิบาย Convert youtube to pdf document
ขนาดไฟล์ 1.91 MB
จำนวนการติดตั้ง 7,345
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-03-22
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://u2docs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.u2docs.com
URL หน้านโยบายความเป็นส่วนตัว https://www.u2docs.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "u2Docs",
    "version": "0.3",
    "description": "Convert youtube to pdf document",
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/dark\/16x16.png",
        "19": "\/icons\/dark\/19x19.png",
        "38": "\/icons\/dark\/38x38.png",
        "48": "\/icons\/dark\/48x48.png",
        "128": "\/icons\/dark\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/dark\/16x16.png",
            "19": "\/icons\/dark\/19x19.png",
            "38": "\/icons\/dark\/38x38.png",
            "48": "\/icons\/dark\/48x48.png",
            "128": "\/icons\/dark\/128x128.png"
        },
        "default_title": "u2Docs"
    },
    "background": {
        "service_worker": "\/background\/background-wrapper.js"
    },
    "options_page": "\/options\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/content\/adb.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.u2docs.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/icons\/photo_camera.gif",
                "\/icons\/search.gif",
                "\/icons\/pause_24.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "minimum_chrome_version": "101",
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "activeTab",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.u2docs.com\/*",
        "*:\/\/*.youtube.com\/*"
    ]
}