Travian Mark as Read at Top
This extension creates a button at the top of the reports page to mark them as read.
Qu'est-ce que Travian Mark as Read at Top ?
Travian Mark as Read at Top est une extension Chrome développée par mauricio.schmaedeck, et sa fonction principale est "This extension creates a button at the top of the reports page to mark them as read.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Travian Mark as Read at Top
Téléchargez les fichiers d'extension Travian Mark as Read at Top 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
Simple extension to create a button to mark reports as read at the top of the page (Travian)
Informations de Base sur l'Extension
Nom | Travian Mark as Read at Top |
ID | mnbgdlhdbebmpkminblfhgddfljenclo |
URL Officiel | https://chromewebstore.google.com/detail/travian-mark-as-read-at-t/mnbgdlhdbebmpkminblfhgddfljenclo |
Description | This extension creates a button at the top of the reports page to mark them as read. |
Taille du Fichier | 19.9 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-05-21 |
Date de Publication | 2017-05-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | mauricio.schmaedeck |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Travian Mark as Read at Top", "description": "This extension creates a button at the top of the reports page to mark them as read.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "*:\/\/tx3.travian.com.br\/berichte.php" ], "content_scripts": [ { "matches": [ "*:\/\/tx3.travian.com.br\/berichte.php*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |