Local SHTML Processor (Server Side Includes)
A content script that interprets local .shtml files (only directives include, set and echo).
Co to jest Local SHTML Processor (Server Side Includes)?
Local SHTML Processor (Server Side Includes) to rozszerzenie Chrome opracowane przez Joris Van den Bogaert, a jego główną funkcją jest „A content script that interprets local .shtml files (only directives include, set and echo).”.
Pobierz plik CRX rozszerzenia Local SHTML Processor (Server Side Includes)
Pobierz pliki rozszerzeń Local SHTML Processor (Server Side Includes) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 ).
Podstawowe informacje o rozszerzeniu
Nazwa | Local SHTML Processor (Server Side Includes) |
ID | dmpckkgcdjohejddfcdjmbcmfbocoeki |
Oficjalny URL | https://chromewebstore.google.com/detail/local-shtml-processor-ser/dmpckkgcdjohejddfcdjmbcmfbocoeki |
Opis | A content script that interprets local .shtml files (only directives include, set and echo). |
Rozmiar pliku | 3.63 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-03-20 |
Data Publikacji | 2017-03-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Joris Van den Bogaert |
Typ Płatności | free |
Obsługiwane Języki | 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 } |