Quotes
Inspirational and famous quotes by authors you know and love. In a single click.
什么是Quotes?
Quotes是由Takeshi Nakamoto开发的Chrome扩展程序,该扩展的主要功能是“Inspirational and famous quotes by authors you know and love. In a single click.”。
扩展截图
下载Quotes扩展crx文件
下载Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension has the best famous quotes, inspirational words that will motivate you day by day.
Feature:
- Clean and minimal design.
- Very simple and fast.
- Click on the icon to open the pop up, no tabs.
- More than 1500 different random quotes.
- Tweet button allows you to quickly share your favorites quotes.
Enjoy it!
By Takeshi Nakamoto. 2018 扩展基本信息
| 名称 | |
| ID | dfjohgimlgemdgecpbenenigohbelmlk |
| 官方URL | https://chromewebstore.google.com/detail/quotes/dfjohgimlgemdgecpbenenigohbelmlk |
| 简介 | Inspirational and famous quotes by authors you know and love. In a single click. |
| 文件大小 | 1.86 MB |
| 安装次数 | 204 |
| 当前版本 | 2.0 |
| 更新时间 | 2018-05-13 |
| 上架时间 | 2018-05-12 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Takeshi Nakamoto |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://docs.google.com/document/d/1iTmO-vciNaxD8sSOc3kn6xVfb8JLCCIvBNeAGppqofg |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quotes",
"description": "Inspirational and famous quotes by authors you know and love. In a single click.",
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"offline_enabled": true,
"manifest_version": 2,
"version": "2.0"
} | |