papers-with-video

Show video explanations for research papers

papers-with-videoคืออะไร?

papers-with-video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amitness และคุณลักษณะหลักของมันคือ "Show video explanations for research papers"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย papers-with-video

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

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

                        Add a video icon to the paper title on arxiv.org if a conference video exists for the paper.

The list of supported papers: http://bit.ly/supported-papers                    

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

ชื่อ papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
คำอธิบาย Show video explanations for research papers
ขนาดไฟล์ 546 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2022-06-03
วันที่เผยแพร่ 2021-02-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา amitness
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://amitness.com/privacy/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "papers-with-video",
    "version": "0.5.2",
    "description": "Show video explanations for research papers",
    "author": "Amit Chaudhary ",
    "homepage_url": "https:\/\/github.com\/amitness\/papers-with-video",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arxiv.org\/abs\/*",
                "http:\/\/arxiv.org\/abs\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/mapping.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "144": "images\/icon.png"
    },
    "offline_enabled": true
}