Export Selective Bookmarks

This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…

ما هو Export Selective Bookmarks؟

Export Selective Bookmarks هو إضافة Chrome تم تطويرها بواسطة aninymous، والميزة الرئيسية لها هي "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".

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

screenshot

تحميل ملف CRX للإضافة Export Selective Bookmarks

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

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

                        This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks.

* Expand/Collapse the Bookmark tree by toggling the "Folder" icons
* Use the Checkboxes to select/unselect the Folders/Bookmarks 
* Click on "Export" button at top to export only those bookmarks you selected                    

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

الاسم Export Selective Bookmarks Export Selective Bookmarks
ID ahgbiciilcpclcekhegbhofljoolnfei
عنوان URL الرسمي https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei
الوصف This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
حجم الملف 349 KB
عدد التثبيتات 11,411
النسخة الحالية 1.1
آخر تحديث 2019-06-19
تاريخ النشر 2019-06-19
تقييم 4.23/5 مجموع تقييمات 39
المطور aninymous
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Selective Bookmarks",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Export Selective Bookmarks",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png"
    }
}