Open In Papers

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

Open In Papers là gì?

Open In Papers là một tiện ích mở rộng Chrome được phát triển bởi Max Nanis, và tính năng chính của nó là "A quick short cut to load a PDF document or web resource into your Papers library.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open In Papers

Tải xuống các tệp mở rộng Open In Papers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open In Papers Open In Papers
ID alcjaongigldhgeocjdgdlmlccjgmfgf
URL Chính Thức https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf
Mô tả A quick short cut to load a PDF document or web resource into your Papers library.
Kích Thước Tệp 42.87 KB
Số Lần Cài Đặt 4,447
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-10-13
Ngày Phát Hành 2013-10-13
Đánh Giá 2.88/5 Tổng số 65 Đánh Giá
Nhà Phát Triển Max Nanis
Loại Thanh Toán free
Trang Web Mở Rộng http://maxnanis.com
URL Trang Trợ Giúp http://support.mekentosj.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}