Quotes
Simplistic quotes app for your Chrome browser.
什麼是Quotes?
Quotes是由Balasubramani M開發的Chrome擴展程式,該擴展的主要功能是“Simplistic quotes app for your Chrome browser.”。
擴展截圖
下載Quotes擴展crx文件
下載Quotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get a fruitful quote with a neat background colour in a minimalistic manner each moment when you open a new tab. Progressive Web Extension, even works in offline. Use "space key" to generate new Quotes. Navigate to created Quotes using arrow keys. Do support with your feedback and rating.
擴展基本資訊
名稱 | Quotes |
ID | dcjcipkkpjkpjifchkjoagdfmjjegehf |
官方網址 | https://chromewebstore.google.com/detail/quotes/dcjcipkkpjkpjifchkjoagdfmjjegehf |
簡介 | Simplistic quotes app for your Chrome browser. |
檔案大小 | 324 KB |
安裝次數 | 86 |
目前版本 | 2.2.0 |
更新時間 | 2018-10-11 |
上架時間 | 2018-10-11 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Balasubramani M |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://balsu.me/quotes |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quotes", "description": "Simplistic quotes app for your Chrome browser.", "version": "2.2.0", "author": "Balasubramani M", "offline_enabled": true, "browser_action": { "default_title": "Quotes", "default_icon": "src\/assets\/favicon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "src\/assets\/favicon.png" }, "permissions": [ "activeTab" ] } |