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.
扩展基本信息
名称 | Find Your Lucky |
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" } } |