Embox

Embed content on any webpage.

Embox란 무엇입니까?

Embox은(는) bwzhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embed content on any webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of constantly switching between tabs to view different websites? Embox allows you to embed your favorite websites onto any webpage. After storing the URL in the extension, simply select where you want to place the website and Embox will automatically embed it in that area.
You can now:
-Embed a document hosted on Google Drive on a chatting website to discuss what you're reading
-Replace your Facebook news feed with reddit
-Place an online notepad in a webpage to take notes on what you're reading
-Use the "remove" feature to get rid of ads and annoying content
Features:
-Forward/back navigation and address bar in embedded window
-Automatically changes all requests and links from http to https if the site is embedded in an https page
-Front/Restore buttons to bring the embedded page to the front of its parent page
Notes:
-To embed a Google Drive document, use the following URL: https://docs.google.com/viewer?srcid=[put your file id here]&pid=explorer&efh=false&a=v&chrome=false&embedded=true where your file id is the string that comes after "d/" in the "share" URL 
-Chrome blocks all http requests if the parent page uses https, so accessing a site that doesn't support https when the parent window uses https (e.g. Facebook, Google, etc.) won't work.                    

확장 프로그램 기본 정보

이름 Embox Embox
ID fbodooeekdjejmannopmfgblmkbkcmhg
공식 URL https://chrome.google.com/webstore/detail/embox/fbodooeekdjejmannopmfgblmkbkcmhg
설명 Embed content on any webpage.
파일 크기 110 KB
설치 횟수 81
현재 버전 3.4.8
최근 업데이트 2014-08-25
출시 날짜 2014-08-25
평점 4.00/5 총 4 개의 평점
개발자 bwzhang
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Embox",
    "description": "Embed content on any webpage.",
    "version": "3.4.8",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "emboxicon.png",
        "default_popup": "select.html"
    }
}