Solary

Extension navigateur pour la WebTV Solary

Apa itu Solary?

Solary adalah ekstensi Chrome yang dikembangkan oleh https://kocal.fr, dan fitur utamanya adalah "Extension navigateur pour la WebTV Solary".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Solary

Unduh file ekstensi Solary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Fonctionnalités
==============

- Affiche l'état des streams (Solary et Solary Fortnite) et la programmation (Solary)
- Un badge « On » ou « Off » indique rapidement l'état des streams 
- Dès que le stream est lancé, une notification cliquable amène sur le stream voulu

Changelog
==========

Version 1.11.1
--------------

- Correction d'un bug avec l'OAuth Twitch

Version 1.11
--------------

- Intégration du support de l'OAuth Twitch, l'API Twitch requiert désormais une authentification pour chaque requête

Version 1.10.2
--------------

- Suppression de la page "Programmation" qui ne fonctionne plus suite à la dernière mise à jour du site

Version 1.10.1
--------------

- En fait on supprime la TV Events
- Réduction de la taille des miniatures de stream pour que les 3 TV s'affichent toutes correctement

Version 1.10
--------------

- Ajout des TV HeartStone et Events

Version 1.9
--------------

- Suppression de la fonctionnalité « WebSocket » qui permettait à Solary d'envoyer directement des notifications 

Version 1.8.1
---------------

- Correction d'un bug où les notifications n'étaient plus cliquables


Version 1.8
---------------

- Ajout d'un système de paramétrage


Version 1.7.1
---------------

- Correction du nom de la TV Fortnite

Version 1.7
---------------

- Ajout de la TV Fornite
- Le bouton « Play » n'est plus coupé au survol de la souris


Version 1.6 
---------------

- Correction d'un bug qui ne marquait pas le stream en hors-ligne


Version 1.3.1
----------------

- Ré-écriture de l'icône « Lecture » sur la miniature de stream
- Moults changement de l'éco-système Solary (structure du projet, dépôt GitHub, et interface d'admin)

Version 1.2.0
-----------------

- Ajout d'une icône pour Firefox :)
- Ajout d'une icône de lecture sur la miniature de stream
- Déploiement sur Opera

Version 1.1.3
-----------------

- Les streams des streamers de Solary ont étés supprimés
- Solary pourra désormais envoyer des notifications de façon manuelle


Version 1.0.0
------------------

- Sortie de l'extension fièrement propulsée par Vue.js et webpack                    

Informasi Dasar Ekstensi

Nama Solary Solary
ID hcbdbiggklmbnbhhmepnebffpmajnkai
URL Resmi https://chromewebstore.google.com/detail/solary/hcbdbiggklmbnbhhmepnebffpmajnkai
Deskripsi Extension navigateur pour la WebTV Solary
Ukuran File 109 KB
Jumlah Instalasi 773
Versi Saat Ini 1.11.1
Terakhir Diperbarui 2020-05-22
Tanggal Publikasi 2020-05-21
Penilaian 4.93/5 Total 14 Penilaian
Pengembang https://kocal.fr
Tipe Pembayaran free
Situs Ekstensi https://github.com/Kocal/Solary
URL Halaman Bantuan https://github.com/Kocal/Solary/issues
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solary",
    "version": "1.11.1",
    "description": "Extension navigateur pour la WebTV Solary",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.solary.fr\/"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Solary",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon_48.png"
    },
    "background": {
        "scripts": [
            "vendor.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}