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.
Cos'è Sql-ex Forum Checker?
Sql-ex Forum Checker è un'estensione di Chrome sviluppata da Danila Chebykin, e la sua funzione principale è "Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sql-ex Forum Checker
Scarica i file di estensione Sql-ex Forum Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
v 1.1.3
+ redesign
+ possibility to track only own tasks (where user is author)
+ possibility to track separately optional forums, guestbook & certification forum Informazioni di Base sull'Estensione
| Nome | |
| ID | hpkaoodgbbdjgihjhlbgoadglkfmknno |
| URL Ufficiale | https://chromewebstore.google.com/detail/sql-ex-forum-checker/hpkaoodgbbdjgihjhlbgoadglkfmknno |
| Descrizione | Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums. |
| Dimensione del File | 30.91 KB |
| Conteggio Installazioni | 68 |
| Versione Corrente | 1.1.3 |
| Ultimo Aggiornamento | 2016-08-23 |
| Data di Pubblicazione | 2016-08-23 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Danila Chebykin |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |