CodeProject Template Items

Chrome Extension to provide CodeProject template items.

什麼是CodeProject Template Items?

CodeProject Template Items是由https://www.dave-auld.net開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension to provide CodeProject template items.”。

擴展截圖

screenshot

下載CodeProject Template Items擴展crx文件

下載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
官方網址 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\/"
    ]
}