Open In Papers

A quick short cut to load a PDF document or web resource into your Papers library.

Open In Papersคืออะไร?

Open In Papers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Nanis และคุณลักษณะหลักของมันคือ "A quick short cut to load a PDF document or web resource into your Papers library."

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

screenshot
screenshot

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

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

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

                        Papers is an application that lets you view, browse, and search your articles and PDF documents in an iTunes-style interface. The Open in Papers extension adds a handy toolbar button to Chrome so you can open the current web page in Papers. It acts as a replacement for the Papers bookmarklet.

Papers is an article organizer created by mekentosj. It can be found here: http://mekentosj.com/papers/

(If you're interested in more apps like this, you can follow me @x0xMaximus.)                    

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

ชื่อ Open In Papers Open In Papers
ID alcjaongigldhgeocjdgdlmlccjgmfgf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf
คำอธิบาย A quick short cut to load a PDF document or web resource into your Papers library.
ขนาดไฟล์ 42.87 KB
จำนวนการติดตั้ง 4,447
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-10-13
วันที่เผยแพร่ 2013-10-13
คะแนน 2.88/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา Max Nanis
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://maxnanis.com
URL หน้าช่วยเหลือ http://support.mekentosj.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Papers",
    "description": "A quick short cut to load a PDF document or web resource into your Papers library.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Open in Papers",
        "default_icon": "images\/icon_16.png"
    }
}