NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
Vad är NewPage Georgia?
NewPage Georgia är en Chrome-tillägg utvecklad av https://www.brainz.ge, och dess huvudfunktion är "Provides new and refreshing look to the New Tab page with helpful links".
Tilläggsskärmbilder
Ladda ner NewPage Georgia-förlängningens CRX-fil
Ladda ner NewPage Georgia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
Grundläggande Information om Tillägg
Namn | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
Officiell webbadress | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
Beskrivning | Provides new and refreshing look to the New Tab page with helpful links |
Filstorlek | 8.52 MB |
Antal Installationer | 1,257 |
Aktuell Version | 1.9 |
Senast Uppdaterad | 2021-03-10 |
Publiceringsdatum | 2019-09-23 |
Utvecklare | https://www.brainz.ge |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |