PDF Bookmarker
Bookmark PDF pages for easy access
ما هو PDF Bookmarker؟
PDF Bookmarker هو إضافة Chrome تم تطويرها بواسطة Michael Truong، والميزة الرئيسية لها هي "Bookmark PDF pages for easy access".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PDF Bookmarker
قم بتنزيل ملفات الامتداد PDF Bookmarker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read PDFs efficiently with PDF Bookmarker. Have you ever used a PDF version of a textbook and hated manually switching back and forth between pages? PDF Bookmarker solves this problem by allowing users to title and bookmark specific pages in the PDF. Using PDF Bookmarker: - simply enter in the page number and title of what you want to call the bookmark (title optional) and it will save onto the extension for easy access -click the bookmark button to bookmark your desired page - click the arrow button to access the page, and the delete button to delete the bookmark Created by Michael Truong
معلومات أساسية عن التمديد
الاسم | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
الوصف | Bookmark PDF pages for easy access |
حجم الملف | 141 KB |
عدد التثبيتات | 666 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2022-01-23 |
تاريخ النشر | 2021-06-24 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | Michael Truong |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Bookmarker", "description": "Bookmark PDF pages for easy access", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/PDF16.png", "32": "\/images\/PDF32.png", "48": "\/images\/PDF48.png", "128": "\/images\/PDF128.png" } }, "icons": { "16": "\/images\/PDF16.png", "32": "\/images\/PDF32.png", "48": "\/images\/PDF48.png", "128": "\/images\/PDF128.png" } } |