Quote 24

Load a random quote from Quote24.net

What is Quote 24?

Quote 24 is a Chrome extension developed by https://quote24.net, and its main feature is "Load a random quote from Quote24.net".

Extension Screenshots

screenshot

Download Quote 24 Extension CRX File

Download Quote 24 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

                        This extension offer random quotes, that  you can read and share on social networks.

There are thousands of quotes available in Italian and English, organized by category and author.

Also available for Web, Android and Faceboook:

Web: http://www.quote24.net

Android: https://play.google.com/store/search?q=quote24&c=apps

Facebook: https://www.facebook.com/Quote24                    

Extension Basic Information

Name Quote 24 Quote 24
ID jbpjollkphneaoibgefchmmgkmonkjcn
Official URL https://chromewebstore.google.com/detail/quote-24/jbpjollkphneaoibgefchmmgkmonkjcn
Description Load a random quote from Quote24.net
File Size 190 KB
Installation Count 11
Current Version 1.2
Last Updated 2013-02-04
Publish Date 2013-02-04
Rating 5.00/5 Total 1 Ratings
Developer https://quote24.net
Payment Type free
Extension Website http://www.quote24.net
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quote 24",
    "description": "Load a random quote from Quote24.net",
    "version": "1.2",
    "permissions": [
        "http:\/\/quote-24.appspot.com\/"
    ],
    "browser_action": {
        "name": "Click to get a random quote",
        "default_icon": "quote24-extension-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "quote24-extension-48.png",
        "128": "quote24-extension-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}