Travian Mark as Read at Top
This extension creates a button at the top of the reports page to mark them as read.
Wat is Travian Mark as Read at Top?
Travian Mark as Read at Top is een Chrome-extensie ontwikkeld door mauricio.schmaedeck, en de belangrijkste functie is "This extension creates a button at the top of the reports page to mark them as read.".
Extensie Screenshots
Download het CRX-bestand van de extensie Travian Mark as Read at Top
Download Travian Mark as Read at Top-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
Simple extension to create a button to mark reports as read at the top of the page (Travian)
Basisinformatie over de Extensie
Naam | Travian Mark as Read at Top |
ID | mnbgdlhdbebmpkminblfhgddfljenclo |
Officiële URL | https://chromewebstore.google.com/detail/travian-mark-as-read-at-t/mnbgdlhdbebmpkminblfhgddfljenclo |
Beschrijving | This extension creates a button at the top of the reports page to mark them as read. |
Bestandsgrootte | 19.9 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-05-21 |
Publicatiedatum | 2017-05-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mauricio.schmaedeck |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |