Globe - Your 3D Homepage
Replace your browser homepage with a 3D Globe. Add your favorite sites. Fully customisable with 360 degree panoramic backgrounds.
Τι είναι το Globe - Your 3D Homepage;
Το Globe - Your 3D Homepage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Leon Roe, και η κύρια λειτουργία του είναι "Replace your browser homepage with a 3D Globe. Add your favorite sites. Fully customisable with 360 degree panoramic backgrounds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Globe - Your 3D Homepage
Λήψη αρχείων επέκτασης Globe - Your 3D Homepage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The time of 3D web browsing has began! Globe is your first 3D browser homepage. It will enrich users with a unique visual experience and aims to become your personalised hub for everything you need whilst surfing the web. Upon opening your Chrome browser or a new tab, your personalised 3D Globe will emerge as your new homepage. Add all your favourite websites, chrome apps, files and bookmarks to your Globe. Quick search the web with a 3D search bar attached to the Globe. Globe has a 360 degree rotation which the user can spin. Select from various 360 degree panoramic background images. Users can customise the colour, zoom, lighting and the texture of the background and the Globe. Privacy Policy: http://www.globehomepage.com/privacy-policy.html Terms of Use: http://www.globehomepage.com/terms-of-use.html ** www.globehomepage.com ** ** Globe is a native client application that only works with a Google Chrome Browser ** ** CONFIDENTIAL Ⓒ ** ** 2015 Leon Roe Sole Proprietor. All Rights Reserved. ** ** The intellectual/technical concepts of a 3D Sphere Design with a text box and 3D markers is protected. ** ** Dissemination, reproduction, editing, publishing of this material design ** ** and concept is strictly forbidden. Unless prior written permission is obtained. ** ** This application is supported by Copyright, Designs and Patents Act 1988. Ⓒ **
Βασικές Πληροφορίες Επέκτασης
Όνομα | Globe - Your 3D Homepage |
ID | ljbepbcfkmbpoleofmfndmfhldomkdlb |
Επίσημο URL | https://chromewebstore.google.com/detail/globe-your-3d-homepage/ljbepbcfkmbpoleofmfndmfhldomkdlb |
Περιγραφή | Replace your browser homepage with a 3D Globe. Add your favorite sites. Fully customisable with 360 degree panoramic backgrounds. |
Μέγεθος Αρχείου | 23.96 MB |
Αριθμός Εγκαταστάσεων | 562 |
Τρέχουσα Έκδοση | 2.1.6 |
Τελευταία Ενημέρωση | 2021-04-27 |
Ημερομηνία Δημοσίευσης | 2018-01-30 |
Αξιολόγηση | 3.77/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | Leon Roe |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "23", "name": "__MSG_title__", "description": "__MSG_description__", "version": "2.1.6", "default_locale": "en", "short_name": "Globe", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/globe-your-3d-homepage\/ljbepbcfkmbpoleofmfndmfhldomkdlb", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtYzKDOJu\/r1ctno6YTH22flRdHsGP\/oGWlkxu8tUqtXRA4L7cG3PH+40YuttCLu7bqOoW8ljeNmn8EIRDtEM2oVvGQndX9WXHJ+c6AG2cixLc+lLBRqWsCcMsedVJrsbMV6p7DBN1SJ\/FaivTQiXJxJ7fjQ1sSGKbL8ZLnWmUOHh\/P1WK90HGKPWgi3WxUdhNrohpGSZPbkJFF+qmSxTIBcVSwZ5Hn44lcJ\/LMrkNGCyrFBA6jrijQXyYgvaXkj5XrdkTxqJgby40E8+24WWkMR0ffAnJBO2EvwgduUMdfwW\/ZqL4xtBaNI7uOewXq8HQxPd1YXhyuPwo5tevAnqGQIDAQAB", "icons": { "16": "Globe Resources\/logo16.png", "38": "Globe Resources\/logo38.png", "128": "Globe Resources\/logo128.png" }, "browser_action": { "default_icon": { "19": "Globe Resources\/logo16.png", "38": "Globe Resources\/logo38.png" }, "default_title": "Globe Home" }, "background": { "page": "Background.html" }, "chrome_url_overrides": { "newtab": "Globe.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "748102677629-0crjuubdmifiom0l7n6be9kfi8qs0722.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "permissions": [ "storage" ], "optional_permissions": [ "bookmarks", "history", "management" ], "platforms": [ { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific\/x86-64\/" }, { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific\/x86-32\/" }, { "nacl_arch": "arm", "sub_package_path": "_platform_specific\/arm\/" }, { "sub_package_path": "_platform_specific\/all\/" } ] } |