Glance Back

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

Glance Backとは何ですか?

Glance Backはhttps://glanceback.infoによって開発されたChromeの拡張機能で、その主な機能は「You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?」です。

拡張機能のスクリーンショット

screenshot
screenshot

Glance Back拡張機能のCRXファイルをダウンロード

Glance Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Glance Back Glance Back
ID hgickafobcmcfffbjiamhhejkockfccm
公式URL https://chromewebstore.google.com/detail/glance-back/hgickafobcmcfffbjiamhhejkockfccm
説明 You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?
ファイルサイズ 158 KB
インストール数 9,687
現在のバージョン 0.1.7
最終更新日 2022-08-20
公開日 2020-05-23
評価 4.62/5 合計 29 レビュー
開発者 https://glanceback.info
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://glanceback.info/
ヘルプページのURL https://glanceback.info/about/
プライバシーポリシーページのURL https://glanceback.info/privacy
対応言語 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
}