Scrollmarks
Saves your scroll location & scrolls to it on page reload
ما هو Scrollmarks؟
Scrollmarks هو إضافة Chrome تم تطويرها بواسطة kcarrhall12، والميزة الرئيسية لها هي "Saves your scroll location & scrolls to it on page reload".
تحميل ملف CRX للإضافة Scrollmarks
قم بتنزيل ملفات الامتداد Scrollmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Left click to mark/unmark the scroll location for a page. On page reload, you will be scrolled to the saved location. Scrollmarks can keep track of multiple pages, but only keeps track of one mark per page. Does not work with all webpages. https://github.com/kcarrhall/Scrollmarks
معلومات أساسية عن التمديد
الاسم | |
ID | dhgphpilnllknnoaafmgobkmnialglad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scrollmarks/dhgphpilnllknnoaafmgobkmnialglad |
الوصف | Saves your scroll location & scrolls to it on page reload |
حجم الملف | 14.37 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2017-07-07 |
تاريخ النشر | 2017-07-07 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | kcarrhall12 |
نوع الدفع | free |
موقع الإضافة | https://github.com/kcarrhall/Scrollmarks |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollmarks", "description": "Saves your scroll location & scrolls to it on page reload", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/transparentIcon.png", "default_title": "" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "content_scripts": [ { "matches": [ " |