상자에서

웹 페이지의 각 요소가 상자임을, 따라서 웹 페이지가 상자의 집합임을 되새깁니다.

What is 상자에서?

상자에서 is a Chrome extension developed by https://minguhongmfg.com, and its main feature is "웹 페이지의 각 요소가 상자임을, 따라서 웹 페이지가 상자의 집합임을 되새깁니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 상자에서 Extension CRX File

Download 상자에서 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        일반적으로 웹페이지, 나아가 웹사이트를 만드는 것은 정보를 이해한 뒤 HTML을 통해 적절한 태그로 묶고, CSS를 통해 배치하는 일입니다. 더러 자바스크립트를 통해 특정 기능을 더하기도 합니다. 그 방법은 현존하는 웹사이트 수만큼 다양하지만, 모든 일은 상자에서 시작합니다. 

민구홍이 써낸 『새로운 질서』(미디어버스, 2019)를 위한 교육용 구글 크롬 확장 프로그램인 「상자에서」는 웹 페이지의 각 요소가 상자임을, 따라서 웹 페이지가 상자의 집합임을 되새깁니다.                    

Extension Basic Information

Name 상자에서 상자에서
ID pmddnegjemjhkflchmfioccekmeddnep
Official URL https://chromewebstore.google.com/detail/%EC%83%81%EC%9E%90%EC%97%90%EC%84%9C/pmddnegjemjhkflchmfioccekmeddnep
Description 웹 페이지의 각 요소가 상자임을, 따라서 웹 페이지가 상자의 집합임을 되새깁니다.
File Size 41.08 KB
Installation Count 267
Current Version 0.9.1
Last Updated 2019-12-11
Publish Date 2019-12-10
Rating 5.00/5 Total 2 Ratings
Developer https://minguhongmfg.com
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc0c1\uc790\uc5d0\uc11c",
    "version": "0.9.1",
    "description": "\uc6f9 \ud398\uc774\uc9c0\uc758 \uac01 \uc694\uc18c\uac00 \uc0c1\uc790\uc784\uc744, \ub530\ub77c\uc11c \uc6f9 \ud398\uc774\uc9c0\uac00 \uc0c1\uc790\uc758 \uc9d1\ud569\uc784\uc744 \ub418\uc0c8\uae41\ub2c8\ub2e4.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/off.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js",
            "assets\/js\/jquery.min.js",
            "assets\/js\/script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}