PDF Bookmarker
Save an unlimited number of bookmarks with PDF Bookmarker!
PDF Bookmarker란 무엇입니까?
PDF Bookmarker은(는) emil.sabri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save an unlimited number of bookmarks with PDF Bookmarker!"입니다.
확장 프로그램 스크린샷
PDF Bookmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of not knowing where you last left off in one of your pdfs? Me too. PDF Bookmarker makes it simple and easy to bookmark the page you're on. Simply go to one of your pdfs and enter the page number from the extension and bam! You saved a bookmark. Annoyed you gotta dig through whichever site your pdf is on? Easily go to any one of your bookmarks and click on one of the Features * Save bookmarks * Edit bookmark names via clicking on the saved bookmark name * Go to that bookmark via pressing the page field * Delete bookmarks Roadmap (future features) * Folder view - Easily manage your pdfs with a folder view organizing pdfs based on school, current projects, and so on. * Widget that only shows up for pdf files that when clicked will save a bookmark of the current page you're on * Modifying a bookmark's location - Useful if you changed the location of a bookmarked pdf. Instead of having to delete the already created bookmarks just to re-add them. Feature Request Let me know if you got any features that PDF Bookmarker should have!
확장 프로그램 기본 정보
이름 | |
ID | gcpmdkjkkpdejcbghekpackljpmlohcm |
공식 URL | https://chrome.google.com/webstore/detail/pdf-bookmarker/gcpmdkjkkpdejcbghekpackljpmlohcm |
설명 | Save an unlimited number of bookmarks with PDF Bookmarker! |
파일 크기 | 20.15 KB |
설치 횟수 | 27 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-10-17 |
출시 날짜 | 2022-10-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | emil.sabri |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Bookmarker", "description": "Save an unlimited number of bookmarks with PDF Bookmarker!", "version": "1.0", "manifest_version": 3, "icons": { "16": "\/icons\/icon_16.png", "32": "\/icons\/icon_32.png", "128": "\/icons\/icon_128.png" }, "background": { "service_worker": "src\/pages\/background\/index.js" }, "options_page": "src\/pages\/options\/index.html", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": { "16": "\/icons\/icon_16.png", "32": "\/icons\/icon_32.png", "128": "\/icons\/icon_128.png" } }, "permissions": [ "storage", "tabs" ] } |