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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A content script that interprets local .shtml files (only directives include, set and echo)."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Local SHTML Processor (Server Side Includes) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |