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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.bulky.dev
URL หน้านโยบายความเป็นส่วนตัว 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'"
}