Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

ما هو Simple bookmark؟

Simple bookmark هو إضافة Chrome تم تطويرها بواسطة levishuberherbrand، والميزة الرئيسية لها هي "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Simple bookmark

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

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

                        Save all your currents tabs with one click!

Open all webs of a folder also with one click.

Easiest way to search and organize your bookmarks.                    

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

الاسم Simple bookmark Simple bookmark
ID aecodjadibpbgapelmdheknchoeplfgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi
الوصف Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
حجم الملف 77.19 KB
عدد التثبيتات 30
النسخة الحالية 6.9
آخر تحديث 2022-01-20
تاريخ النشر 2019-02-23
تقييم 5.00/5 مجموع تقييمات 1
المطور levishuberherbrand
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://blintic.com/policy.html
اللغات المدعومة en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple bookmark",
    "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
    "version": "6.9",
    "default_locale": "en",
    "icons": {
        "24": "star.png",
        "128": "star.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "jquery-1.js"
    },
    "action": {
        "default_icon": "star.png",
        "default_popup": "popup.html"
    }
}