Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
什麼是Quotable?
Quotable是由Quotable開發的Chrome擴展程式,該擴展的主要功能是“Displays random user-uploaded quotes on each blank 'new tab' HTML page.”。
擴展截圖
下載Quotable擴展crx文件
下載Quotable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
擴展基本資訊
名稱 | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
官方網址 | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
簡介 | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
檔案大小 | 196 KB |
安裝次數 | 44 |
目前版本 | 1.3 |
更新時間 | 2019-06-16 |
上架時間 | 2019-06-16 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Quotable |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://blueberriesafterdark.com/quotable-faq/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |