Positive Affirmations Weekly
Weekly Positive Affirmations
什麼是Positive Affirmations Weekly?
Positive Affirmations Weekly是由textchx開發的Chrome擴展程式,該擴展的主要功能是“Weekly Positive Affirmations”。
擴展截圖
下載Positive Affirmations Weekly擴展crx文件
下載Positive Affirmations Weekly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |