Forismatic quotes
Show quote from Forismatic.com
What is Forismatic quotes?
Forismatic quotes is a Chrome extension developed by https://www.zagirov.name, and its main feature is "Show quote from Forismatic.com".
Extension Screenshots
Download Forismatic quotes Extension CRX File
Download Forismatic quotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Show smart quote from Forismatic.com in english or russian. Show last 4 quotes by click on icon.
Extension Basic Information
Name | Forismatic quotes |
ID | aegemfnepncjfdnlphmlpmfaninhgafg |
Official URL | https://chromewebstore.google.com/detail/forismatic-quotes/aegemfnepncjfdnlphmlpmfaninhgafg |
Description | Show quote from Forismatic.com |
File Size | 17.46 KB |
Installation Count | 158 |
Current Version | 2.3.2 |
Last Updated | 2014-09-11 |
Publish Date | 2014-09-11 |
Rating | 4.79/5 Total 34 Ratings |
Developer | https://www.zagirov.name |
Payment Type | free |
Help Page URL | http://www.zagirov.name |
Supported Languages | 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'" } |