NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
What is NewPage Georgia?
NewPage Georgia is a Chrome extension developed by https://www.brainz.ge, and its main feature is "Provides new and refreshing look to the New Tab page with helpful links".
Extension Screenshots
Download NewPage Georgia Extension CRX File
Download NewPage Georgia 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
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
Extension Basic Information
Name | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
Official URL | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
Description | Provides new and refreshing look to the New Tab page with helpful links |
File Size | 8.52 MB |
Installation Count | 1,257 |
Current Version | 1.9 |
Last Updated | 2021-03-10 |
Publish Date | 2019-09-23 |
Developer | https://www.brainz.ge |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewPage Georgia", "short_name": "NPGeo", "version": "1.9", "description": "Provides new and refreshing look to the New Tab page with helpful links", "permissions": [ "http:\/\/www.brainz.ge\/", "https:\/\/www.brainz.ge\/" ], "browser_action": { "default_title": "NewPage Georgia", "default_icon": { "24": "images\/ms-icon-24x24.png", "48": "images\/ms-icon-48x48.png", "96": "images\/m-icon-96x96.png", "128": "images\/ms-icon-128x128.png" } }, "chrome_url_overrides": { "newtab": "main.html" }, "background": { "scripts": [ "\/js\/jquery-2.2.2.min.js", "\/js\/bootstrap.min.js", "\/js\/jquery.simpleWeather.min.js", "\/js\/jquery-ui.min.js", "\/js\/url.min.js", "\/js\/search.js", "\/js\/default.js", "\/js\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/brainz.ge\/*", "*:\/\/www.brainz.ge\/*" ] }, "manifest_version": 2 } |