Quiet Quote
This extension provides you with a fresh, inspirational quote every time you click!
Cos'è Quiet Quote?
Quiet Quote è un'estensione di Chrome sviluppata da robertduplock, e la sua funzione principale è "This extension provides you with a fresh, inspirational quote every time you click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quiet Quote
Scarica i file di estensione Quiet Quote 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
This extension provides you with a fresh, inspirational quote every time you click! Now with a refresh button.
"There is nothing noble in being superior to your fellow men. True nobility lies in being superior to your former self."
- Ernest Hemingway
This extension is 100% free, ad free & will be forever. There is a small "Support Me" link if you're feeling generous.
Quotes are sourced from the forismatic api - see http://forismatic.com/en/ for their cool stuff. Informazioni di Base sull'Estensione
| Nome | |
| ID | jkolpjlkefdnecigcmdjogmehjcnjobe |
| URL Ufficiale | https://chromewebstore.google.com/detail/quiet-quote/jkolpjlkefdnecigcmdjogmehjcnjobe |
| Descrizione | This extension provides you with a fresh, inspirational quote every time you click! |
| Dimensione del File | 33.47 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 0.7.0 |
| Ultimo Aggiornamento | 2017-03-08 |
| Data di Pubblicazione | 2017-03-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | robertduplock |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quiet Quote",
"description": "This extension provides you with a fresh, inspirational quote every time you click!",
"version": "0.7.0",
"author": "Robert Duplock",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Quiet Quote"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"http:\/\/api.forismatic.com\/api\/"
]
} | |