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
官方網址 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'"
}