Local SHTML Processor (Server Side Includes)
A content script that interprets local .shtml files (only directives include, set and echo).
Cos'è Local SHTML Processor (Server Side Includes)?
Local SHTML Processor (Server Side Includes) è un'estensione di Chrome sviluppata da Joris Van den Bogaert, e la sua funzione principale è "A content script that interprets local .shtml files (only directives include, set and echo).".
Scarica il file CRX dell'estensione Local SHTML Processor (Server Side Includes)
Scarica i file di estensione Local SHTML Processor (Server Side Includes) 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
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 ).
Informazioni di Base sull'Estensione
Nome | Local SHTML Processor (Server Side Includes) |
ID | dmpckkgcdjohejddfcdjmbcmfbocoeki |
URL Ufficiale | https://chromewebstore.google.com/detail/local-shtml-processor-ser/dmpckkgcdjohejddfcdjmbcmfbocoeki |
Descrizione | A content script that interprets local .shtml files (only directives include, set and echo). |
Dimensione del File | 3.63 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-03-20 |
Data di Pubblicazione | 2017-03-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Joris Van den Bogaert |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |