AlphaQuotes Motivational Quotes New Tab
Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
什么是AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab是由https://alphaquot.es开发的Chrome扩展程序,该扩展的主要功能是“Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.”。
扩展截图
下载AlphaQuotes Motivational Quotes New Tab扩展crx文件
下载AlphaQuotes Motivational Quotes New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it! 扩展基本信息
| 名称 | |
| ID | gaghddbfclojcohafojiikebcepflpgb |
| 官方URL | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
| 简介 | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
| 文件大小 | 287 KB |
| 安装次数 | 245 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2013-10-30 |
| 上架时间 | 2013-10-30 |
| 评分 | 4.00/5 共10次评分 |
| 开发者 | https://alphaquot.es |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://alphaquot.es/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AlphaQuotes Motivational Quotes New Tab",
"version": "0.0.4",
"manifest_version": 2,
"description": "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.",
"homepage_url": "http:\/\/alphaquot.es\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |