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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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