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