Quiet Quote
This extension provides you with a fresh, inspirational quote every time you click!
Was ist Quiet Quote?
Quiet Quote ist eine Chrome-Erweiterung, die von robertduplock entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides you with a fresh, inspirational quote every time you click!".
Erweiterungsscreenshots
Quiet Quote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quiet Quote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | jkolpjlkefdnecigcmdjogmehjcnjobe | 
| Offizielle URL | https://chromewebstore.google.com/detail/quiet-quote/jkolpjlkefdnecigcmdjogmehjcnjobe | 
| Beschreibung | This extension provides you with a fresh, inspirational quote every time you click! | 
| Dateigröße | 33.47 KB | 
| Installationsanzahl | 36 | 
| Aktuelle Version | 0.7.0 | 
| Letztes Update | 2017-03-08 | 
| Veröffentlichungsdatum | 2017-03-07 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | robertduplock | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/"
    ]
}  |  |