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.
Apa itu AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab adalah ekstensi Chrome yang dikembangkan oleh https://alphaquot.es, dan fitur utamanya adalah "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AlphaQuotes Motivational Quotes New Tab
Unduh file ekstensi AlphaQuotes Motivational Quotes New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Informasi Dasar Ekstensi
Nama | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
URL Resmi | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Deskripsi | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Ukuran File | 287 KB |
Jumlah Instalasi | 245 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2013-10-30 |
Tanggal Publikasi | 2013-10-30 |
Penilaian | 4.00/5 Total 10 Penilaian |
Pengembang | https://alphaquot.es |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://alphaquot.es/ |
Bahasa yang Didukung | 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" ] } ] } |