Bulky

Takes screenshots of multiples tabs, in bulk!

Bulky란 무엇입니까?

Bulky은(는) https://bulky.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes screenshots of multiples tabs, in bulk!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bulky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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'"
}