Forismatic quotes

Show quote from Forismatic.com

Qu'est-ce que Forismatic quotes ?

Forismatic quotes est une extension Chrome développée par https://www.zagirov.name, et sa fonction principale est "Show quote from Forismatic.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Forismatic quotes

Téléchargez les fichiers d'extension Forismatic quotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon.                    

Informations de Base sur l'Extension

Nom Forismatic quotes Forismatic quotes
ID aegemfnepncjfdnlphmlpmfaninhgafg
URL Officiel https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg
Description Show quote from Forismatic.com
Taille du Fichier 17.46 KB
Nombre d'Installations 158
Version Actuelle 2.3.2
Dernière Mise à Jour 2014-09-11
Date de Publication 2014-09-11
Évaluation 4.79/5 Total 34 Évaluations
Développeur https://www.zagirov.name
Type de Paiement free
URL de la Page d'Aide http://www.zagirov.name
Langues Prises en Charge 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'"
}