ChromeShelf
Create an eBookshelf to access your local PDFs that you read often
ChromeShelf란 무엇입니까?
ChromeShelf은(는) codef0rmer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create an eBookshelf to access your local PDFs that you read often"입니다.
확장 프로그램 스크린샷
ChromeShelf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have a habit to read ebooks? Do you make a collection of ebooks on your Hard Disk? Did you forget the name of the book you were reading last week and unable to find it in the collection? Do not remember the ebook you had downloaded yesterday? If your answer is yes for all the above questions, then you are facing the same problem that i was facing before writing this chrome extension. More Info: http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/
확장 프로그램 기본 정보
이름 | ChromeShelf |
ID | hljbdckdcaembijljeijodimhelaphll |
공식 URL | https://chromewebstore.google.com/detail/chromeshelf/hljbdckdcaembijljeijodimhelaphll |
설명 | Create an eBookshelf to access your local PDFs that you read often |
파일 크기 | 552 KB |
설치 횟수 | 81 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2012-07-08 |
출시 날짜 | 2012-07-08 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | codef0rmer |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
도움말 페이지 URL | http://amitgharat.wordpress.com/2011/01/20/chromeshelf-a-chrome-extension-to-keep-track-of-ebooks-you-want-to-read/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeShelf", "version": "1.0.1", "manifest_version": 2, "description": "Create an eBookshelf to access your local PDFs that you read often", "icons": { "16": "images\/icon16.gif", "32": "images\/icon32.gif", "48": "images\/icon48.gif", "128": "images\/icon128.gif" }, "browser_action": { "default_icon": "images\/icon19.gif", "default_title": "An eBookshelf", "default_popup": "popup.html" } } |