Forismatic quotes
Show quote from Forismatic.com
Wat is Forismatic quotes?
Forismatic quotes is een Chrome-extensie ontwikkeld door https://www.zagirov.name, en de belangrijkste functie is "Show quote from Forismatic.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Forismatic quotes
Download Forismatic quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | aegemfnepncjfdnlphmlpmfaninhgafg | 
| Officiële URL | https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg | 
| Beschrijving | Show quote from Forismatic.com | 
| Bestandsgrootte | 17.46 KB | 
| Aantal Installaties | 158 | 
| Huidige Versie | 2.3.2 | 
| Laatst Bijgewerkt | 2014-09-11 | 
| Publicatiedatum | 2014-09-11 | 
| Beoordeling | 4.79/5 Totaal 34 Beoordelingen | 
| Ontwikkelaar | https://www.zagirov.name | 
| Betalingswijze | free | 
| Help Pagina-URL | http://www.zagirov.name | 
| Ondersteunde Talen | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "description": "__MSG_extDescr__",
    "version": "2.3.2",
    "author": "Zagirov Rustam",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_lastQuote__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/api.forismatic.com\/*",
        "http:\/\/fucking-great-advice.ru\/*",
        "http:\/\/goodfuckingdesignadvice.com\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |