24HourCharts.com

Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https://www.24hourcharts.com

24HourCharts.com란 무엇입니까?

24HourCharts.com은(는) http://24hourcharts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https://www.24hourcharts.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

24HourCharts.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create Beautiful Charts in Seconds! 

Meet 24HourCharts, the simplest chart generator in the world. Create Charts from any data!

✔ Turn your Notion databases into Charts with a couple of clicks! 
✔ Chart & Share your Google Sheets with ease! 
✔ Create & Share Charts from any CSV / Tab-separated data values quickly and easily! 

KEY FEATURES:
✔ Line/Horizontal/Vertical Bar/ Pie Charts / Doughnut Charts 
✔ Stacked Charts
✔ Chart Label/Color Styles
✔ Generate Chart Images
✔ Generate Public Chart Webpages that can be shared 
✔ Create Pivot Table (Sum / Count / etc)

A chart is worth a thousand words. Create dynamic and shareable charts from ANY source. Gain valuable insight into your data through the power of charts.                    

확장 프로그램 기본 정보

이름 24HourCharts.com 24HourCharts.com
ID hkjacjdckmhpgjhcjodbaomlgegigakp
공식 URL https://chrome.google.com/webstore/detail/24hourchartscom/hkjacjdckmhpgjhcjodbaomlgegigakp
설명 Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https://www.24hourcharts.com
파일 크기 435 KB
설치 횟수 28
현재 버전 1.4.1
최근 업데이트 2022-04-04
출시 날짜 2021-10-28
개발자 http://24hourcharts.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.24hourcharts.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "24HourCharts.com",
    "short_name": "24HourCharts",
    "version": "1.4.1",
    "description": "Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https:\/\/www.24hourcharts.com",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.24hourcharts.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnKqBxJNiMqFN0cLV07Qw6Kgk0+6ifa+xAv1kE5SmuuU+30WZIaff\/gRyI9n8mkdBbASOzDTyxy3CLo7imvxp3YtAoplf+pg2RnFpe18XWMHcXGqIjYmqmykRNoflxKfS6q\/jb2qhZElQwzHxNtNystRaIhDJ4nh3j5wO5PoFXJOASkGKP2twZc7kIT6dfqQgLahPMFn89Aq0j6jK0Fl5px4dyfX3WFKJV4BTqoDwN0D4mh1MxyLpXtwzb2nizIROhl6yAQ2IHDO3vDnYQ1e5emcfbVwpq3mYahZ6LdqjqeSwB+Y9ZYzMdEqOpiZh+2TEwYuWt+iUqt3yo19nCsdSzQIDAQAB",
    "oauth2": {
        "client_id": "291048311168-oudtrhjmakgpm4fif8f650r56v3s6lv2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets.readonly",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/script.external_request"
        ]
    },
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "24HourCharts Extension"
    },
    "options_page": "index.html?#\/options",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}