Аудиокниги.Клуб Ассистент

Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб

Qu'est-ce que Аудиокниги.Клуб Ассистент ?

Аудиокниги.Клуб Ассистент est une extension Chrome développée par alex.iolan, et sa fonction principale est "Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Аудиокниги.Клуб Ассистент

Téléchargez les fichiers d'extension Аудиокниги.Клуб Ассистент 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

                        - Работает в фоне;
- Можно останавливать/запускать плеер из любого места;
- Есть поддержка горячих клавиш, настраивается через "chrome://extensions/shortcuts".

Идеи и предложения по улучшению пишите в "https://github.com/alexiolan/audioknigi.assistant/issues" или на "[email protected]".                    

Informations de Base sur l'Extension

Nom Аудиокниги.Клуб Ассистент Аудиокниги.Клуб Ассистент
ID oihbfhgfdbojmjpljhniknjmgccbaohg
URL Officiel https://chromewebstore.google.com/detail/%D0%B0%D1%83%D0%B4%D0%B8%D0%BE%D0%BA%D0%BD%D0%B8%D0%B3%D0%B8%D0%BA%D0%BB%D1%83%D0%B1-%D0%B0%D1%81%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BD%D1%82/oihbfhgfdbojmjpljhniknjmgccbaohg
Description Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб
Taille du Fichier 1.97 MB
Nombre d'Installations 114
Version Actuelle 1.0.4
Dernière Mise à Jour 2019-09-17
Date de Publication 2019-09-17
Évaluation 4.00/5 Total 2 Évaluations
Développeur alex.iolan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://audioknigi.online/
URL de la Page d'Aide https://github.com/alexiolan/audioknigi.assistant
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0410\u0443\u0434\u0438\u043e\u043a\u043d\u0438\u0433\u0438.\u041a\u043b\u0443\u0431 \u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442",
    "description": "\u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u0434\u043b\u044f \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u043b\u0435\u0435\u0440\u043e\u043c \u0441\u0430\u0439\u0442\u0430 \u0410\u0443\u0434\u0438\u043e\u043a\u043d\u0438\u0433\u0438.\u041a\u043b\u0443\u0431",
    "version": "1.0.4",
    "permissions": [
        "tabs",
        "*:\/\/akniga.org\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/akniga.org\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-play": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Play\/Pause",
            "global": true
        }
    }
}