Quote 24

Load a random quote from Quote24.net

什么是Quote 24?

Quote 24是由https://quote24.net开发的Chrome扩展程序,该扩展的主要功能是“Load a random quote from Quote24.net”。

扩展截图

screenshot

下载Quote 24扩展crx文件

下载Quote 24扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Quote 24 Quote 24
ID jbpjollkphneaoibgefchmmgkmonkjcn
官方URL https://chromewebstore.google.com/detail/quote-24/jbpjollkphneaoibgefchmmgkmonkjcn
简介 Load a random quote from Quote24.net
文件大小 190 KB
安装次数 11
当前版本 1.2
更新时间 2013-02-04
上架时间 2013-02-04
评分 5.00/5 共1次评分
开发者 https://quote24.net
付费类型 free
扩展官网 http://www.quote24.net
支持的语言 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'"
}