Forismatic quotes
Show quote from Forismatic.com
Hvad er Forismatic quotes?
Forismatic quotes er en Chrome-udvidelse udviklet af https://www.zagirov.name, og dens hovedfunktion er "Show quote from Forismatic.com".
Udvidelsesskærmbilleder
Download Forismatic quotes-udvidelses-CRX-fil
Download Forismatic quotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aegemfnepncjfdnlphmlpmfaninhgafg |
| Officiel URL | https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg |
| Beskrivelse | Show quote from Forismatic.com |
| Filstørrelse | 17.46 KB |
| Antal Installationer | 158 |
| Nuværende Version | 2.3.2 |
| Senest Opdateret | 2014-09-11 |
| Udgivelsesdato | 2014-09-11 |
| Bedømmelse | 4.79/5 Samlet 34 Bedømmelser |
| Udvikler | https://www.zagirov.name |
| Betalingsmetode | free |
| Hjælpeside-URL | http://www.zagirov.name |
| Understøttede Sprog | 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'"
} | |