Glance Back

You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?

Cos'è Glance Back?

Glance Back è un'estensione di Chrome sviluppata da https://glanceback.info, e la sua funzione principale è "You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Glance Back

Scarica i file di estensione Glance Back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Glance Back is a daily photo diary, capturing the moments shared between you and your computer. Once a day, when you open a new tab, Glance Back will take your photo, ask you what you’re thinking about, and save both the photo and written thought to its locally stored archive.                    

Informazioni di Base sull'Estensione

Nome Glance Back Glance Back
ID hgickafobcmcfffbjiamhhejkockfccm
URL Ufficiale https://chromewebstore.google.com/detail/glance-back/hgickafobcmcfffbjiamhhejkockfccm
Descrizione You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?
Dimensione del File 158 KB
Conteggio Installazioni 9,687
Versione Corrente 0.1.7
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2020-05-23
Valutazione 4.62/5 Totale 29 Valutazioni
Sviluppatore https://glanceback.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://glanceback.info/
URL della Pagina di Aiuto https://glanceback.info/about/
URL della Pagina della Politica sulla Privacy https://glanceback.info/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glance Back",
    "version": "0.1.7",
    "description": "You spend so much time staring at your computer...\u00a0doesn't your computer deserve a chance to glance back at you?",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "assets\/logo_black_16x16.png",
        "48": "assets\/logo_black_48x48.png",
        "128": "assets\/logo_black_128x128.png"
    },
    "browser_action": {
        "default_title": "Glance Back",
        "default_icon": {
            "16": "assets\/logo_black_16x16.png",
            "48": "assets\/logo_black_48x48.png",
            "128": "assets\/logo_black_128x128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}