Positive Affirmations Weekly
Weekly Positive Affirmations
Positive Affirmations Weekly란 무엇입니까?
Positive Affirmations Weekly은(는) textchx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weekly Positive Affirmations"입니다.
확장 프로그램 스크린샷
Positive Affirmations Weekly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Weekly Positive Affirmation Videos - Every Monday! Get as many repetitions to turn these thoughts into habit. Repeat the affirmations out loud about 50 times each morning when you get up, & 50 times just before bed. As you repeat the positive affirmations begin to see what you desire as a completed fact - feel the enthusiasm as you read the affirmation. Enjoy! Related Terms: starting the week off right quotes how to start your week positively starting the week off right meaning starting my week off right starting the week right best way to start the week start your week right free list of affirmations inspirational quote of the week quote of the week for work happy week quotes new week inspirational quotes positive monday morning quotes inspirational quotes for the week ahead have a good week quotes monday motivational quotes for work
확장 프로그램 기본 정보
이름 | |
ID | banpfplbdpmgflfbljjobifogmmjmone |
공식 URL | https://chrome.google.com/webstore/detail/positive-affirmations-wee/banpfplbdpmgflfbljjobifogmmjmone |
설명 | Weekly Positive Affirmations |
파일 크기 | 12.02 KB |
설치 횟수 | 310 |
현재 버전 | 0.1 |
최근 업데이트 | 2017-09-25 |
출시 날짜 | 2017-09-25 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | textchx |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://amzn.to/2xxrK7f |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Positive Affirmations Weekly", "version": "0.1", "manifest_version": 2, "description": "Weekly Positive Affirmations", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "affirmations-logo.png", "default_title": "Weekly Positive Affirmations", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "affirmations-logo.png" } } |