Bulky

Takes screenshots of multiples tabs, in bulk!

ما هو Bulky؟

Bulky هو إضافة Chrome تم تطويرها بواسطة https://bulky.dev، والميزة الرئيسية لها هي "Takes screenshots of multiples tabs, in bulk!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bulky

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

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

                        Bulky, as its name says, excels at taking screenshots in bulk. In bulk, meaning taking screenshots of multiple browser tabs. The process is simple, you select the tabs you want to screenshot, and in what mode, and then just press a button. The output is simply downloaded for you immediately or you are allowed to view the screenshots in the screenshot gallery.                    

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

الاسم Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
الوصف Takes screenshots of multiples tabs, in bulk!
حجم الملف 1.65 MB
عدد التثبيتات 165
النسخة الحالية 0.1.0
آخر تحديث 2020-10-18
تاريخ النشر 2020-10-18
تقييم 3.67/5 مجموع تقييمات 3
المطور https://bulky.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.bulky.dev
عنوان صفحة المساعدة https://www.bulky.dev
عنوان صفحة سياسة الخصوصية https://www.betteryoutube.live/policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Takes screenshots of multiples tabs, in bulk!",
    "default_locale": "en",
    "permissions": [
        "debugger",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tab.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}