Daily Wisdom

Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…

Daily Wisdom란 무엇입니까?

Daily Wisdom은(는) https://gabefen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Daily Wisdom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Advice is only as good as what you paid for it, and this is a free extension.

Essentially every time you open up a new tab, a piece of advice or wisdom will appear to make you wiser throughout your day.                    

확장 프로그램 기본 정보

이름 Daily Wisdom Daily Wisdom
ID mnnifpoepkebdonijhhmfcmfmndmajde
공식 URL https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde
설명 Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…
파일 크기 46.62 KB
설치 횟수 75
현재 버전 1.1.0
최근 업데이트 2023-06-29
출시 날짜 2022-03-21
개발자 https://gabefen.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gabefen.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "images\/icon.png",
            "16": "images\/icon.png",
            "48": "images\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Ug6VyisTZSDOq4iejtCLbskTj9iXMI8hV93wlHwfmoPCBrPO9HEILh\/\/PV2vedwwXCw6K3+yOfv8a3TMuUwBTnc8FeT+GRx0G9un7QT\/R8SZN1USe058frPdRiOOSRmCF6il+gWYvsGjwXfIfFb3cfus5GK0hx6Xx5wS+76+KpyFlTpAJvTtdqcymkJexMKrllf95Mk\/iufYdoimZt0OrSfhkl4q+jEHU2ynEWutXVwED1ZPpkBhqB8aQ3wn6val+iV9HQet3zcWCQUpiaJ0lcBw6snJG9I5Bi+sIjiWZl6qtdCgi1ttSxCwsDGfIS6mff5oHlsDQfvWqoZI4EXQwIDAQAB",
    "manifest_version": 3,
    "name": "Daily Wisdom",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}