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 |
官方網址 | 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" } } |