Weight Tracker

Track your weight easily with Weight Tracker.

Weight Tracker란 무엇입니까?

Weight Tracker은(는) Apes in Capes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your weight easily with Weight Tracker."입니다.

확장 프로그램 스크린샷

screenshot

Weight Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}