Find Your Lucky
Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers
Find Your Luckyとは何ですか?
Find Your Luckyはhttps://www.findyourlucky.comによって開発されたChromeの拡張機能で、その主な機能は「Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers」です。
拡張機能のスクリーンショット
Find Your Lucky拡張機能のCRXファイルをダウンロード
Find Your Lucky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Find Your Lucky Everyday
- Free Daily Horoscopes
- Find your Lucky Numbers
- Yes/No Oracle
- Marriage Compatibility Test
- Love Compatibility Test
- Friendship Compatibility Test
- Co-worker Compatibility Test
- Full Compatibility Test
- Check your Skills Everyday
- Lucky Names and Baby Names
FindYourLucky is a project to help people learn more about themselves and so to help build a path to get lucky with an easy way to their lives. Everyone talked about luck at some point in our lives.                     拡張機能の基本情報
| 名前 |   |  
| ID | cegbnpjngilaaeblodfmkgflgfdecefi | 
| 公式URL | https://chromewebstore.google.com/detail/find-your-lucky/cegbnpjngilaaeblodfmkgflgfdecefi | 
| 説明 | Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers | 
| ファイルサイズ | 162 KB | 
| インストール数 | 576 | 
| 現在のバージョン | 1.2.3 | 
| 最終更新日 | 2016-07-15 | 
| 公開日 | 2016-07-15 | 
| 評価 | 4.18/5 合計 11 レビュー | 
| 開発者 | https://www.findyourlucky.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.findyourlucky.com | 
| ヘルプページのURL | http://www.findyourlucky.com/contact-us.html | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find Your Lucky",
    "description": "Free Daily Horoscopes, Marriage, Love, Friendship, Co-worker and Colleagues compatibility, Find your lucky numbers",
    "version": "1.2.3",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "hideInstallBtn.js"
            ],
            "matches": [
                "http:\/\/www.findyourlucky.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "findyourlucky-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "http:\/\/www.findyourlucky.com\/*"
    ],
    "icons": {
        "16": "findyourlucky.png",
        "48": "findyourlucky-48.png",
        "128": "findyourlucky-128.png"
    }
}  |  |