Multi Page New Tab
Allows a user to observe multiple pages when opening a new tab.
What is Multi Page New Tab?
Multi Page New Tab is a Chrome extension developed by iporollo, and its main feature is "Allows a user to observe multiple pages when opening a new tab.".
Extension Screenshots
Download Multi Page New Tab Extension CRX File
Download Multi Page New Tab 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
Open and track your favorite websites all through one window when opening a new tab.
Extension Basic Information
Name | Multi Page New Tab |
ID | okjibkmdgpncbjogddimbjkfkmoacnjp |
Official URL | https://chromewebstore.google.com/detail/multi-page-new-tab/okjibkmdgpncbjogddimbjkfkmoacnjp |
Description | Allows a user to observe multiple pages when opening a new tab. |
File Size | 5.99 KB |
Installation Count | 162 |
Current Version | 1.1 |
Last Updated | 2022-02-20 |
Publish Date | 2019-10-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | iporollo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi Page New Tab", "short_name": "MPNT", "version": "1.1", "description": "Allows a user to observe multiple pages when opening a new tab.", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "activeTab", "declarativeContent" ], "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/x-frame-bypass-mpnt; object-src 'self'" } |