CodeProject Template Items
Chrome Extension to provide CodeProject template items.
CodeProject Template Items क्या है?
CodeProject Template Items https://www.dave-auld.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to provide CodeProject template items."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CodeProject Template Items एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is for members of The Code Project. The extension provides the ability for creating template items that can be used in the forums or the Q&A section. Users can add frequently used messages, answers and snippets that can be injected onto the forms. As an example, on the article forums you may frequently come across new articles that do not meet the requirements as documented in the article writing FAQ, you could have a template message containing some text and a link to the article FAQ. The extension is a CodeProject member provided utility and is provided "as is". More information on how the extension was built or to grab a copy of the source code visit the support link. The template items are stored within the extensions Local Storage.
एक्सटेंशन की मूल जानकारी
नाम | CodeProject Template Items |
ID | hlhdjgfnchhaabhgplmikffdcajanlob |
आधिकारिक URL | https://chromewebstore.google.com/detail/codeproject-template-item/hlhdjgfnchhaabhgplmikffdcajanlob |
विवरण | Chrome Extension to provide CodeProject template items. |
फ़ाइल का आकार | 186 KB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2014-08-29 |
प्रकाशन तिथि | 2014-08-29 |
डेवलपर | https://www.dave-auld.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.codeproject.com/ |
सहायता पृष्ठ URL | http://www.codeproject.com/Articles/244083/Google-Chrome-Extension-CodeProject-Template-Items |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeProject Template Items", "short_name": "CPTemplates", "version": "2.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' ", "description": "Chrome Extension to provide CodeProject template items.", "icons": { "48": "images\/bob48.png", "128": "images\/bob128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": "images\/bob.png", "default_title": "CodeProject: Insert Template Items", "default_popup": "selector.html" }, "options_page": "editor.html", "permissions": [ "tabs", "http:\/\/*.codeproject.com\/" ] } |