Date Highlighter

Highlights dates in the current tab.

Wat is Date Highlighter?

Date Highlighter is een Chrome-extensie ontwikkeld door Atalia, en de belangrijkste functie is "Highlights dates in the current tab.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Date Highlighter

Download Date Highlighter-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

                        The extension will search for dates on the current web page and highlight them. Simply click on the blue highlighter icon and look for the highlighted text. This is useful for sites like coding blogs, where older content may become irrelevant.
This is an open source project, the code is available on https://github.com/amomsen/datehighlighter                    

Basisinformatie over de Extensie

Naam Date Highlighter Date Highlighter
ID efeboclghfaoicleloajmcaeegbkkjkh
Officiële URL https://chrome.google.com/webstore/detail/date-highlighter/efeboclghfaoicleloajmcaeegbkkjkh
Beschrijving Highlights dates in the current tab.
Bestandsgrootte 169 KB
Aantal Installaties 56
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-09-05
Publicatiedatum 2016-09-05
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Atalia
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Date Highlighter",
    "short_name": "Date Highlighter",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab"
    ],
    "description": "Highlights dates in the current tab.",
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Highlight dates",
        "default_icon": "16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}