New Tab Embed
Embeds any website you want directly into your new tab page
What is New Tab Embed?
New Tab Embed is a Chrome extension developed by https://www.aria.ai, and its main feature is "Embeds any website you want directly into your new tab page".
Extension Screenshots
Download New Tab Embed Extension CRX File
Download New Tab Embed 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
Embed any website into your new tab page! It requires pretty extensive permissions because it needs to work around websites that prevent you from embedding their content. The code is open source, and available here: https://github.com/AriaFallah/newtab
Extension Basic Information
Name | New Tab Embed |
ID | hiplgeehdfapdbfjjgackpmoffelepkk |
Official URL | https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk |
Description | Embeds any website you want directly into your new tab page |
File Size | 11.73 KB |
Installation Count | 49 |
Current Version | 1.1.0 |
Last Updated | 2018-03-01 |
Publish Date | 2018-03-01 |
Developer | https://www.aria.ai |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Embed", "version": "1.1.0", "manifest_version": 2, "description": "Embeds any website you want directly into your new tab page", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/newtab\/index.html" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "src\/action\/index.html" }, "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", " |