Forismatic quotes
Show quote from Forismatic.com
Was ist Forismatic quotes?
Forismatic quotes ist eine Chrome-Erweiterung, die von https://www.zagirov.name entwickelt wurde, und ihr Hauptmerkmal ist "Show quote from Forismatic.com".
Erweiterungsscreenshots
Forismatic quotes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forismatic quotes-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
Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aegemfnepncjfdnlphmlpmfaninhgafg |
| Offizielle URL | https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg |
| Beschreibung | Show quote from Forismatic.com |
| Dateigröße | 17.46 KB |
| Installationsanzahl | 158 |
| Aktuelle Version | 2.3.2 |
| Letztes Update | 2014-09-11 |
| Veröffentlichungsdatum | 2014-09-11 |
| Bewertung | 4.79/5 Insgesamt 34 Bewertungen |
| Entwickler | https://www.zagirov.name |
| Zahlungsart | free |
| Hilfeseite URL | http://www.zagirov.name |
| Unterstützte Sprachen | 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'"
} | |