Sql-ex Forum Checker

Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.

Qu'est-ce que Sql-ex Forum Checker ?

Sql-ex Forum Checker est une extension Chrome développée par Danila Chebykin, et sa fonction principale est "Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sql-ex Forum Checker

Téléchargez les fichiers d'extension Sql-ex Forum Checker 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

                        v 1.1.3

+ redesign
+ possibility to track only own tasks (where user is author)
+ possibility to track separately optional forums, guestbook & certification forum                    

Informations de Base sur l'Extension

Nom Sql-ex Forum Checker Sql-ex Forum Checker
ID hpkaoodgbbdjgihjhlbgoadglkfmknno
URL Officiel https://chromewebstore.google.com/detail/sql-ex-forum-checker/hpkaoodgbbdjgihjhlbgoadglkfmknno
Description Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.
Taille du Fichier 30.91 KB
Nombre d'Installations 68
Version Actuelle 1.1.3
Dernière Mise à Jour 2016-08-23
Date de Publication 2016-08-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur Danila Chebykin
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/sqlex_not_logged_in_blue.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_sqlexcheck_description__",
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "name": "__MSG_sqlexcheck_name__",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.sql-ex.ru\/*",
        "*:\/\/*.sql-ex.com\/*"
    ],
    "homepage_url": "http:\/\/www.sql-ex.com\/",
    "version": "1.1.3",
    "manifest_version": 2
}