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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |