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 هو إضافة Chrome تم تطويرها بواسطة https://glanceback.info، والميزة الرئيسية لها هي "You spend so much time staring at your computer... doesn't your computer deserve a chance to glance back at you?".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Glance Back

قم بتنزيل ملفات الامتداد Glance Back بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://glanceback.info/
عنوان صفحة المساعدة https://glanceback.info/about/
عنوان صفحة سياسة الخصوصية 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
}