Local SHTML Processor (Server Side Includes)
A content script that interprets local .shtml files (only directives include, set and echo).
Wat is Local SHTML Processor (Server Side Includes)?
Local SHTML Processor (Server Side Includes) is een Chrome-extensie ontwikkeld door Joris Van den Bogaert, en de belangrijkste functie is "A content script that interprets local .shtml files (only directives include, set and echo).".
Download het CRX-bestand van de extensie Local SHTML Processor (Server Side Includes)
Download Local SHTML Processor (Server Side Includes)-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
                        Thanks, Andrey Gordeyev, for improvement!
Thank you for very useful plugin, I made a little improvement that will not lead to load page twice and remove blinking  (now page is loaded without SSI and then reloaded with included content ).                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dmpckkgcdjohejddfcdjmbcmfbocoeki | 
| Officiële URL | https://chromewebstore.google.com/detail/local-shtml-processor-ser/dmpckkgcdjohejddfcdjmbcmfbocoeki | 
| Beschrijving | A content script that interprets local .shtml files (only directives include, set and echo). | 
| Bestandsgrootte | 3.63 KB | 
| Aantal Installaties | 22 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2017-03-20 | 
| Publicatiedatum | 2017-03-20 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Joris Van den Bogaert | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local SHTML Processor (Server Side Includes)",
    "description": "A content script that interprets local .shtml files (only directives include, set and echo).",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*.shtml"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}  |  |