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 |
公式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" } } |