Embox
Embed content on any webpage.
Co to jest Embox?
Embox to rozszerzenie Chrome opracowane przez bwzhang, a jego główną funkcją jest „Embed content on any webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Embox
Pobierz pliki rozszerzeń Embox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbodooeekdjejmannopmfgblmkbkcmhg |
Oficjalny URL | https://chrome.google.com/webstore/detail/embox/fbodooeekdjejmannopmfgblmkbkcmhg |
Opis | Embed content on any webpage. |
Rozmiar pliku | 110 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 3.4.8 |
Ostatnia Aktualizacja | 2014-08-25 |
Data Publikacji | 2014-08-25 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | bwzhang |
Typ Płatności | free |
Obsługiwane Języki | 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", " |