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.
Cos'è AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab è un'estensione di Chrome sviluppata da https://alphaquot.es, e la sua funzione principale è "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AlphaQuotes Motivational Quotes New Tab
Scarica i file di estensione AlphaQuotes Motivational Quotes New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it! Informazioni di Base sull'Estensione
| Nome | |
| ID | gaghddbfclojcohafojiikebcepflpgb |
| URL Ufficiale | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
| Descrizione | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
| Dimensione del File | 287 KB |
| Conteggio Installazioni | 245 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2013-10-30 |
| Data di Pubblicazione | 2013-10-30 |
| Valutazione | 4.00/5 Totale 10 Valutazioni |
| Sviluppatore | https://alphaquot.es |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://alphaquot.es/ |
| Lingue Supportate | 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"
]
}
]
} | |