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.

Wat is Sql-ex Forum Checker?

Sql-ex Forum Checker is een Chrome-extensie ontwikkeld door Danila Chebykin, en de belangrijkste functie is "Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sql-ex Forum Checker

Download Sql-ex Forum Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        v 1.1.3

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

Basisinformatie over de Extensie

Naam Sql-ex Forum Checker Sql-ex Forum Checker
ID hpkaoodgbbdjgihjhlbgoadglkfmknno
Officiële URL https://chromewebstore.google.com/detail/sql-ex-forum-checker/hpkaoodgbbdjgihjhlbgoadglkfmknno
Beschrijving Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.
Bestandsgrootte 30.91 KB
Aantal Installaties 68
Huidige Versie 1.1.3
Laatst Bijgewerkt 2016-08-23
Publicatiedatum 2016-08-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Danila Chebykin
Betalingswijze free
Ondersteunde Talen 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
}