Quotes

Simplistic quotes app for your Chrome browser.

Cos'è Quotes?

Quotes è un'estensione di Chrome sviluppata da Balasubramani M, e la sua funzione principale è "Simplistic quotes app for your Chrome browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quotes

Scarica i file di estensione Quotes 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

                        Get a fruitful quote with a neat background colour in a minimalistic manner each moment when you open a new tab.

Progressive Web Extension, even works in offline. Use "space key" to generate new Quotes. Navigate to created Quotes using arrow keys.

Do support with your feedback and rating.                    

Informazioni di Base sull'Estensione

Nome Quotes Quotes
ID dcjcipkkpjkpjifchkjoagdfmjjegehf
URL Ufficiale https://chromewebstore.google.com/detail/quotes/dcjcipkkpjkpjifchkjoagdfmjjegehf
Descrizione Simplistic quotes app for your Chrome browser.
Dimensione del File 324 KB
Conteggio Installazioni 86
Versione Corrente 2.2.0
Ultimo Aggiornamento 2018-10-11
Data di Pubblicazione 2018-10-11
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Balasubramani M
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://balsu.me/quotes
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quotes",
    "description": "Simplistic quotes app for your Chrome browser.",
    "version": "2.2.0",
    "author": "Balasubramani M",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Quotes",
        "default_icon": "src\/assets\/favicon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "src\/assets\/favicon.png"
    },
    "permissions": [
        "activeTab"
    ]
}