Dream Meanings

Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.

Dream Meanings란 무엇입니까?

Dream Meanings은(는) https://dreammeaning.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams."입니다.

확장 프로그램 스크린샷

screenshot

Dream Meanings 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dreams Meanings, Symbols and Interpretations. 
What Does My Dream Mean? or What is my dream meaning? 
Discover the meanings to your dreams for FREE. We analyze your Dream. You instantly understand your dream‎ meaning. You could find your dream meanings in Seconds.
We help you to understand the meaning of your dreams. Dreams are very important messages for people, it can refer to missing something or all is OK. Knowing the meaning of dreams could be a big help to take important decisions, a warning to stop doing something, or an advice. The correctly interpretation of dream's meaning allows to solve very difficult problems. Find out the meanings and interpretations of your dreams.                    

확장 프로그램 기본 정보

이름 Dream Meanings Dream Meanings
ID jchlanelnnfjphognfagdiodmffonchg
공식 URL https://chrome.google.com/webstore/detail/dream-meanings/jchlanelnnfjphognfagdiodmffonchg
설명 Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.
파일 크기 33.22 KB
설치 횟수 107
현재 버전 1.2.2
최근 업데이트 2016-07-22
출시 날짜 2016-07-22
평점 5.00/5 총 2 개의 평점
개발자 https://dreammeaning.org
결제 유형 free
확장 프로그램 웹 사이트 https://dreammeaning.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dream Meanings",
    "description": "Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.",
    "version": "1.2.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "hideInstallBtn.js"
            ],
            "matches": [
                "https:\/\/dreammeaning.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "dreammeaning-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/dreammeaning.org\/*"
    ],
    "icons": {
        "16": "dreammeaning.png",
        "48": "dreammeaning-48.png",
        "128": "dreammeaning-128.png"
    }
}