Bookmark All

Bookmark all open page

ما هو Bookmark All؟

Bookmark All هو إضافة Chrome تم تطويرها بواسطة gfasino، والميزة الرئيسية لها هي "Bookmark all open page".

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

screenshot
screenshot

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

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

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

                        This extension will put in your bookmarks all your open tabs with just one click!

You will find the saved pages in the 'Other Bookmarks' folder, only not-bookmarked pages will be saved.                    

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

الاسم Bookmark All Bookmark All
ID kndnfenadgphkdbohkjodpmbejmglofp
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp
الوصف Bookmark all open page
حجم الملف 10.61 KB
عدد التثبيتات 35
النسخة الحالية 2.0
آخر تحديث 2016-08-24
تاريخ النشر 2016-08-24
تقييم 5.00/5 مجموع تقييمات 2
المطور gfasino
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark All",
    "description": "Bookmark all open page",
    "version": "2.0",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Bookmark All"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "128.png"
    }
}