Save Multiple Bookmarks

Save multiple bookmarks effortlessly in Chrome

ما هو Save Multiple Bookmarks؟

Save Multiple Bookmarks هو إضافة Chrome تم تطويرها بواسطة extensions.cs، والميزة الرئيسية لها هي "Save multiple bookmarks effortlessly in Chrome".

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

screenshot

تحميل ملف CRX للإضافة Save Multiple Bookmarks

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

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

                        Use this extension to:
 • Save multiple bookmarks simultaneously and edit them as you save.
 • Create new bookmark folders.

How to use:
 • Select the tabs you want to save with 'Ctrl + Left Mouse Click'.
 • Activate the extension, edit the Title or URL of the shown bookmark, and choose a folder to save it to.
 • Click save or press 'Enter'.
 • Next selected bookmark will appear.

Full keyboard accessibility is supported.

Happy organizing!                    

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

الاسم Save Multiple Bookmarks Save Multiple Bookmarks
ID caghbainnkeifhfokfhmnbhfjbnadaok
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-multiple-bookmarks/caghbainnkeifhfokfhmnbhfjbnadaok
الوصف Save multiple bookmarks effortlessly in Chrome
حجم الملف 191 KB
عدد التثبيتات 49
النسخة الحالية 1.0
آخر تحديث 2022-10-01
تاريخ النشر 2022-10-01
تقييم 5.00/5 مجموع تقييمات 2
المطور extensions.cs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Multiple Bookmarks",
    "description": "Save multiple bookmarks effortlessly in Chrome",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.0",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "128": "\/icons\/128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Ctrl+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            }
        }
    }
}