Quotes New Tab
A new motivational quote in every new tab.
Quotes New Tabとは何ですか?
Quotes New TabはEmil Carlssonによって開発されたChromeの拡張機能で、その主な機能は「A new motivational quote in every new tab.」です。
拡張機能のスクリーンショット
Quotes New Tab拡張機能のCRXファイルをダウンロード
Quotes New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace your new tab with a minimalistic homepage featuring a random motivational quote to keep you motivated and inspired every day. ✓ Completely free with no ads. ✓ No account required – stay anonymous. ✓ Customizable clean layout with the ability to change colors, fonts and toggle background image. ✓ Available in offline. Got suggestions, bug reports or general feedback? Email me! [email protected] Change log: v. 2.1.0 (2020-06-04) - Removed 'management' permission from manifest. v. 2.0.0 (2019-09-05) - Switched to new API service. v. 1.11 (2018-05-02): - Fixed bug where auto-refresh feature was automatically enabled for all users. v. 1.1 (2018-05-02): - Added an auto-refresh feature that will load a new quote every 15 seconds. - Added a dark gray color. v. 1.0 (2018-03-22): - Rewritten from the ground up. - Updated user interface. - Added customization. - Moved quotes and images to external source with API connectability, decreasing size and improving scalability. - Added Twitter and Facebook share buttons. - Added more quotes and authors. - Replaced low-res images with high-res where possible.
拡張機能の基本情報
名前 | Quotes New Tab |
ID | fnhpicigolcacikdjdocmkfnplmefadg |
公式URL | https://chromewebstore.google.com/detail/quotes-new-tab/fnhpicigolcacikdjdocmkfnplmefadg |
説明 | A new motivational quote in every new tab. |
ファイルサイズ | 404 KB |
インストール数 | 7,520 |
現在のバージョン | 2.1.0 |
最終更新日 | 2020-06-05 |
公開日 | 2020-06-05 |
評価 | 4.13/5 合計 68 レビュー |
開発者 | Emil Carlsson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://quotesnewtab.com/ |
ヘルプページのURL | https://quotesnewtab.com/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotes New Tab", "author": "Emil Carlsson", "description": "A new motivational quote in every new tab.", "version": "2.1.0", "manifest_version": 2, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "offline_enabled": true } |