Glance Back

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

Vad är Glance Back?

Glance Back är en Chrome-tillägg utvecklad av https://glanceback.info, och dess huvudfunktion är "You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Glance Back-förlängningens CRX-fil

Ladda ner Glance Back-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

                        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.                    

Grundläggande Information om Tillägg

Namn Glance Back Glance Back
ID hgickafobcmcfffbjiamhhejkockfccm
Officiell webbadress https://chromewebstore.google.com/detail/glance-back/hgickafobcmcfffbjiamhhejkockfccm
Beskrivning You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?
Filstorlek 158 KB
Antal Installationer 9,687
Aktuell Version 0.1.7
Senast Uppdaterad 2022-08-20
Publiceringsdatum 2020-05-23
Betyg 4.62/5 Totalt 29 Betyg
Utvecklare https://glanceback.info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://glanceback.info/
Hjälpsida URL https://glanceback.info/about/
URL till Sekretesspolicy Sidan https://glanceback.info/privacy
Stödda Språk 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
}