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ファイルをダウンロード

Dream Meanings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}