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はMax Nanisによって開発されたChromeの拡張機能で、その主な機能は「A quick short cut to load a PDF document or web resource into your Papers library.」です。
拡張機能のスクリーンショット
Open In Papers拡張機能のCRXファイルをダウンロード
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.)
拡張機能の基本情報
名前 | |
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" } } |