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 là gì?
Quote Catalog - Quotes to Inspire & Motivate là một tiện ích mở rộng Chrome được phát triển bởi http://quotecatalog.com, và tính năng chính của nó là "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quote Catalog - Quotes to Inspire & Motivate
Tải xuống các tệp mở rộng Quote Catalog - Quotes to Inspire & Motivate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
Mô tả | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
Kích Thước Tệp | 392 KB |
Số Lần Cài Đặt | 970 |
Phiên Bản Hiện Tại | 12 |
Cập Nhật Lần Cuối | 2018-03-23 |
Ngày Phát Hành | 2018-03-23 |
Đánh Giá | 4.86/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | http://quotecatalog.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://quotecatalog.com/quotes/inspirational |
URL Trang Chính Sách Bảo Mật | https://quotecatalog.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |