Embox

Embed content on any webpage.

Что такое Embox?

Embox - это расширение Chrome, разработанное bwzhang, и его основная функция - "Embed content on any webpage.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Embox

Скачайте файлы расширений Embox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}