Portal - My Personal Home Page
Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.
What is Portal - My Personal Home Page?
Portal - My Personal Home Page is a Chrome extension developed by Privoce, and its main feature is "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.".
Extension Screenshots
Download Portal - My Personal Home Page Extension CRX File
Download Portal - My Personal Home Page 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
A personal browser new tab home page with widgets. Quick access to frequently used web apps, manage windows and tabs as workspaces, preview google calendars, and take notes.
Extension Basic Information
Name | Portal - My Personal Home Page |
ID | hgnjlipnmpimoblkbbhkkcfihfchojno |
Official URL | https://chromewebstore.google.com/detail/portal-my-personal-home-p/hgnjlipnmpimoblkbbhkkcfihfchojno |
Description | Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access. |
File Size | 1.5 MB |
Installation Count | 10 |
Current Version | 1.0.4 |
Last Updated | 2021-01-26 |
Publish Date | 2020-12-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Privoce |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://privoce.com/AloraPrivacyPolicy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portal - My Personal Home Page", "version": "1.0.4", "description": "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.", "permissions": [ "tabs", "storage", "history", "chrome:\/\/favicon\/", "*:\/\/*\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'; img-src https: data: http: chrome:;", "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "128": "icon-128.png" } } |