Bookmark All My Tabs

Bookmark all tabs open in the current window.

ما هو Bookmark All My Tabs؟

Bookmark All My Tabs هو إضافة Chrome تم تطويرها بواسطة Dan Caprine، والميزة الرئيسية لها هي "Bookmark all tabs open in the current window.".

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

screenshot

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

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

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

                        Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window.

This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.                    

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

الاسم Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
الوصف Bookmark all tabs open in the current window.
حجم الملف 15.94 KB
عدد التثبيتات 608
النسخة الحالية 1.0
آخر تحديث 2014-04-30
تاريخ النشر 2014-04-30
تقييم 4.71/5 مجموع تقييمات 7
المطور Dan Caprine
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark All My Tabs",
    "description": "Bookmark all tabs open in the current window.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "background": {
        "scripts": [
            "bookmarkAllMyTabs.js"
        ]
    },
    "browser_action": {
        "default_title": "Bookmark All My Tabs",
        "default_icon": "icon_48.png"
    }
}