Weight Tracker

Track your weight easily with Weight Tracker.

ما هو Weight Tracker؟

Weight Tracker هو إضافة Chrome تم تطويرها بواسطة Apes in Capes، والميزة الرئيسية لها هي "Track your weight easily with Weight Tracker.".

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

screenshot

تحميل ملف CRX للإضافة Weight Tracker

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

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

                        Track, reach, and maintain your goal weight and live with vitality!

With a user-friendly interface, Weight Tracker allows you to track your weight easily while syncing your information across your devices.

Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.                    

معلومات أساسية عن التمديد

الاسم Weight Tracker Weight Tracker
ID cbagchojmaidpegajgibmcjcgcpcmjmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg
الوصف Track your weight easily with Weight Tracker.
حجم الملف 467 KB
عدد التثبيتات 254
النسخة الحالية 1.1.6
آخر تحديث 2022-03-25
تاريخ النشر 2020-04-19
المطور Apes in Capes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.apesincapes.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weight Tracker",
    "description": "Track your weight easily with Weight Tracker.",
    "version": "1.1.6",
    "icons": {
        "512": ".\/icons\/icon512.png",
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}