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