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'"
}