Local SHTML Processor (Server Side Includes)
A content script that interprets local .shtml files (only directives include, set and echo).
什麼是Local SHTML Processor (Server Side Includes)?
Local SHTML Processor (Server Side Includes)是由Joris Van den Bogaert開發的Chrome擴展程式,該擴展的主要功能是“A content script that interprets local .shtml files (only directives include, set and echo).”。
下載Local SHTML Processor (Server Side Includes)擴展crx文件
下載Local SHTML Processor (Server Side Includes)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 ).
擴展基本資訊
名稱 | Local SHTML Processor (Server Side Includes) |
ID | dmpckkgcdjohejddfcdjmbcmfbocoeki |
官方網址 | https://chromewebstore.google.com/detail/local-shtml-processor-ser/dmpckkgcdjohejddfcdjmbcmfbocoeki |
簡介 | A content script that interprets local .shtml files (only directives include, set and echo). |
檔案大小 | 3.63 KB |
安裝次數 | 22 |
目前版本 | 1.1 |
更新時間 | 2017-03-20 |
上架時間 | 2017-03-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Joris Van den Bogaert |
付費類型 | free |
支援的語言 | 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 } |