Open In Papers
A quick short cut to load a PDF document or web resource into your Papers library.
Apa itu Open In Papers?
Open In Papers adalah ekstensi Chrome yang dikembangkan oleh Max Nanis, dan fitur utamanya adalah "A quick short cut to load a PDF document or web resource into your Papers library.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open In Papers
Unduh file ekstensi Open In Papers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.)
Informasi Dasar Ekstensi
Nama | |
ID | alcjaongigldhgeocjdgdlmlccjgmfgf |
URL Resmi | https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf |
Deskripsi | A quick short cut to load a PDF document or web resource into your Papers library. |
Ukuran File | 42.87 KB |
Jumlah Instalasi | 4,447 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-10-13 |
Tanggal Publikasi | 2013-10-13 |
Penilaian | 2.88/5 Total 65 Penilaian |
Pengembang | Max Nanis |
Tipe Pembayaran | free |
Situs Ekstensi | http://maxnanis.com |
URL Halaman Bantuan | http://support.mekentosj.com/ |
Bahasa yang Didukung | 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" } } |