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 là gì?
AlphaQuotes Motivational Quotes New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://alphaquot.es, và tính năng chính của nó là "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Ả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 AlphaQuotes Motivational Quotes New Tab
Tải xuống các tệp mở rộng AlphaQuotes Motivational Quotes New Tab 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
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
URL Chính Thức | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Mô tả | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Kích Thước Tệp | 287 KB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2013-10-30 |
Ngày Phát Hành | 2013-10-30 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://alphaquot.es |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://alphaquot.es/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |