Glance Back

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

Qu'est-ce que Glance Back ?

Glance Back est une extension Chrome développée par https://glanceback.info, et sa fonction principale est "You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Glance Back

Téléchargez les fichiers d'extension Glance Back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Glance Back Glance Back
ID hgickafobcmcfffbjiamhhejkockfccm
URL Officiel https://chromewebstore.google.com/detail/glance-back/hgickafobcmcfffbjiamhhejkockfccm
Description You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?
Taille du Fichier 158 KB
Nombre d'Installations 9,687
Version Actuelle 0.1.7
Dernière Mise à Jour 2022-08-20
Date de Publication 2020-05-23
Évaluation 4.62/5 Total 29 Évaluations
Développeur https://glanceback.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://glanceback.info/
URL de la Page d'Aide https://glanceback.info/about/
URL de la Page de Politique de Confidentialité https://glanceback.info/privacy
Langues Prises en Charge 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
}