Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Todays Horoscope란 무엇입니까?
Todays Horoscope은(는) http://todaysreadings.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab."입니다.
확장 프로그램 스크린샷
Todays Horoscope 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your daily horoscopes and custom search on your New Tab. This extension adds a beautifully displayed daily horoscope for all 12 zodiac signs tucked away on the right-hand side of any new tab you open in Chrome. Unobtrusive and updated every single day by a real astrologer. You can uninstall the app any time you choose to if you dare tempt fate! As always please feel free to ask questions, submit comments or ask for help should you need it. Enjoy!
확장 프로그램 기본 정보
이름 | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
공식 URL | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
설명 | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
파일 크기 | 15 KB |
설치 횟수 | 66 |
현재 버전 | 2.8.27.0 |
최근 업데이트 | 2019-09-03 |
출시 날짜 | 2019-09-03 |
개발자 | http://todaysreadings.live |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://todaysreadings.live |
개인정보 보호 정책 페이지 URL | https://suppression.io |
지원되는 언어 | en-US |
manifest.json | |
{ "description": "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "version": "2.8.27.0", "web_accessible_resources": [ "icons\/*" ], "browser_action": { "default_icon": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "optional_permissions": [ "management" ], "permissions": [ "tabs", "cookies", "storage", "*:\/\/*.todaysreadings.live\/*" ], "manifest_version": 2, "name": "Todays Horoscope", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "*:\/\/*.todaysreadings.live\/*" ], "all_frames": true, "js": [ "core\/content.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "web_page_home.html" } } |