Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
什麼是Quote Catalog - Quotes to Inspire & Motivate?
Quote Catalog - Quotes to Inspire & Motivate是由http://quotecatalog.com開發的Chrome擴展程式,該擴展的主要功能是“Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.”。
擴展截圖
下載Quote Catalog - Quotes to Inspire & Motivate擴展crx文件
下載Quote Catalog - Quotes to Inspire & Motivate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. All quotes are properly cited and from some of the world’s most engaging and intelligent people.
擴展基本資訊
名稱 | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
官方網址 | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
簡介 | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
檔案大小 | 392 KB |
安裝次數 | 970 |
目前版本 | 12 |
更新時間 | 2018-03-23 |
上架時間 | 2018-03-23 |
評分 | 4.86/5 共 21 次評分 |
開發者 | http://quotecatalog.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://quotecatalog.com/quotes/inspirational |
隱私政策頁面URL | https://quotecatalog.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quote Catalog - Quotes to Inspire & Motivate", "version": "12", "manifest_version": 2, "description": " Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.", "homepage_url": "https:\/\/quotecatalog.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage", "https:\/\/qc-api-usnyc-1.com\/", "https:\/\/quotecatalog.imgix.net\/", "http:\/\/rules.quantcount.com\/" ], "content_security_policy": "script-src 'self' https:\/\/rules.quantcount.com https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/quotecatalog.com\/" ], "js": [ "src\/inject\/check.js", "src\/inject\/color.js", "src\/inject\/customQuant.js" ] } ] } |