CodeProject Template Items

Chrome Extension to provide CodeProject template items.

CodeProject Template Itemsคืออะไร?

CodeProject Template Items เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dave-auld.net และคุณลักษณะหลักของมันคือ "Chrome Extension to provide CodeProject template items."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeProject Template Items

ดาวน์โหลดไฟล์ส่วนขยาย CodeProject Template Items ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/"
    ]
}