24HourCharts.com

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

Qu'est-ce que 24HourCharts.com ?

24HourCharts.com est une extension Chrome développée par http://24hourcharts.com, et sa fonction principale est "Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https://www.24hourcharts.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 24HourCharts.com

Téléchargez les fichiers d'extension 24HourCharts.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 24HourCharts.com 24HourCharts.com
ID hkjacjdckmhpgjhcjodbaomlgegigakp
URL Officiel https://chrome.google.com/webstore/detail/24hourchartscom/hkjacjdckmhpgjhcjodbaomlgegigakp
Description Create Beautiful Charts in Seconds! Meet 24HourCharts, the simplest chart generator in the world. https://www.24hourcharts.com
Taille du Fichier 435 KB
Nombre d'Installations 28
Version Actuelle 1.4.1
Dernière Mise à Jour 2022-04-04
Date de Publication 2021-10-28
Développeur http://24hourcharts.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.24hourcharts.com
Langues Prises en Charge 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'"
    }
}