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. 擴展基本資訊
| 名稱 | |
| ID | fnhpicigolcacikdjdocmkfnplmefadg |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |