New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
New Tab Motivational Quotesとは何ですか?
New Tab Motivational QuotesはShivank Gandhiによって開発されたChromeの拡張機能で、その主な機能は「An extension which shows motivating quotes on the new tab page.」です。
拡張機能のスクリーンショット
New Tab Motivational Quotes拡張機能のCRXファイルをダウンロード
New Tab Motivational Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A small extension which shows motivational quotes on the New Tab page in Chrome. I'd love to know your thoughts/suggestions in the comments. **FEATURES** * Awesome selection of quotes to keep you motivated * Minimal typographic experience * Requires no permissions * Small size **RELEASE NOTES** * Added a new simpler font, based on user feedback.
拡張機能の基本情報
名前 | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
公式URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
説明 | An extension which shows motivating quotes on the new tab page. |
ファイルサイズ | 24.92 KB |
インストール数 | 2,850 |
現在のバージョン | 1.6.0 |
最終更新日 | 2019-04-02 |
公開日 | 2019-04-02 |
評価 | 4.63/5 合計 24 レビュー |
開発者 | Shivank Gandhi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src", "name": "New Tab Motivational Quotes", "manifest_version": 2, "description": "An extension which shows motivating quotes on the new tab page.", "author": "Shivank Gandhi", "version": "1.6.0", "incognito": "split", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "chrome_url_overrides": { "newtab": "index.html" } } |