Bookmark

Saves scroll positions for websites.

ما هو Bookmark؟

Bookmark هو إضافة Chrome تم تطويرها بواسطة jspt256، والميزة الرئيسية لها هي "Saves scroll positions for websites.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Bookmark

قم بتنزيل ملفات الامتداد Bookmark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages.

Features:
- Click to save the state of the current tab (URL + scroll position)
- Can save multiple scroll positions for a single URL
- Apply saved scroll positions with a single click
- Automatically filters out the tabs that are not for the current URL
- Can view and use all saved tabs
- Minimalist interface                    

معلومات أساسية عن التمديد

الاسم Bookmark Bookmark
ID koaaophnckngclhkoldeenjeinkjkmck
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck
الوصف Saves scroll positions for websites.
حجم الملف 152 KB
عدد التثبيتات 43
النسخة الحالية 1.0
آخر تحديث 2019-02-27
تاريخ النشر 2019-02-27
تقييم 4.67/5 مجموع تقييمات 3
المطور jspt256
نوع الدفع free
موقع الإضافة https://github.com/jperrett256/Bookmark
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark",
    "version": "1.0",
    "description": "Saves scroll positions for websites.",
    "icons": {
        "48": "icons\/bookmark-48.png",
        "96": "icons\/bookmark-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bookmark-32.png",
        "default_title": "Bookmark",
        "default_popup": "popup\/bookmark.html"
    }
}