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 |
官方URL | 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" ] } |