New Tab Random Quote
Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
什麼是New Tab Random Quote?
New Tab Random Quote是由https://gabrielkrieshok.com開發的Chrome擴展程式,該擴展的主要功能是“Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.”。
擴展截圖
下載New Tab Random Quote擴展crx文件
下載New Tab Random Quote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk. 擴展基本資訊
| 名稱 | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| 官方網址 | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| 簡介 | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| 檔案大小 | 596 KB |
| 安裝次數 | 65 |
| 目前版本 | 2.3 |
| 更新時間 | 2020-08-24 |
| 上架時間 | 2020-06-28 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | https://gabrielkrieshok.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://gabrielkrieshok.com |
| 說明頁面URL | http://gabrielkrieshok.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab Random Quote",
"version": "2.3",
"description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"author": "Gabriel Krieshok",
"chrome_url_overrides": {
"newtab": "quote.html"
},
"options_page": "index.html",
"permissions": [
"storage"
],
"web_accessible_resources": [
"quotelist.json"
]
} | |