Quotes Homepage
Get a random motivational or inspirational quote for each new homepage
什么是Quotes Homepage?
Quotes Homepage是由Jose Naime开发的Chrome扩展程序,该扩展的主要功能是“Get a random motivational or inspirational quote for each new homepage”。
扩展截图
下载Quotes Homepage扩展crx文件
下载Quotes Homepage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font. Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful. Support the project ! https://www.buymeacoffee.com/JoseNaime
扩展基本信息
名称 | Quotes Homepage |
ID | abbakcklnbaccfjgpenaaimnkdgdighf |
官方URL | https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf |
简介 | Get a random motivational or inspirational quote for each new homepage |
文件大小 | 44.88 KB |
安装次数 | 18 |
当前版本 | 1.1 |
更新时间 | 2021-08-31 |
上架时间 | 2021-08-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Jose Naime |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.daily-quotes.xyz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotes Homepage", "description": "Get a random motivational or inspirational quote for each new homepage", "author": "Jose Naime", "version": "1.1", "manifest_version": 2, "icons": { "16": "Quotes16.png", "48": "Quotes48.png", "128": "Quotes128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "Popup\/popup.html" } } |