Template

Quickly and easily copies info on the current page using a simple and unique template system

Template란 무엇입니까?

Template은(는) https://tmplat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and easily copies info on the current page using a simple and unique template system"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Template 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Provides quick and easy access to lots of information about the current page and environment;

tab title and URL (all the way down to the protocol used), shortened URL, meta information, screen and page dimensions, browser information, cookies, plugins, formatted date & time, operating system, geographic location, referrering page, colour depth, current selection, markdown formatting, statistics, scripts, and style sheets

Just to name a few...

Better yet, using a unique template system it allows users to easily create their own templates making the possibilities endless and includes a built-in step-by-step guide to help you write your own. These predefined templates are also provided to help you get started;

 * URL - Copies the URL of the current tab
 * Short - Copies the shortened URL (using any of the supported services)
 * Anchor - Copies an HTML anchor tag with the URL and the tab's title
 * Encoded - Copies the encoded URL (to be safely added directly in to an HTTP query)
 * Markdown - Copies a Markdown inline link with the URL and the tab's title
 * BBCode - Copies a BBCode URL tag with the URL and the tab's title
 * Selection in Markdown - Copies the current selection on the page as Markdown

So with a click of a button you can add all this information directly to your system clipboard without any formatting. This saves you so much time with those tedious tasks and it's certainly any testers best friend.

With support for keyboard shortcuts and context (right-click) menus access to your favourite templates is even quicker and they are all easily manageable thanks to Template's unique and simple options page.

# URL Shorteners
The following URL shortener services are supported;

 * bit.ly - Link to your bit.ly account to allow tracking on your timeline
 * goo.gl - Login to your Google account to allow tracking on goo.gl
 * YOURLS - Link to any custom YOURLS installations

# ATTENTION
Some features may not work on Chrome Web Store or internal browser pages due to Google's design. Please try it on another site before reporting any issues. You may need to restart Chrome to make it work fully.

# Changes
A complete archive of changes included in previous version can be found below;
@ tmpl.at/2x22Mdm

# Help Desk
If you have any problems with this extension or would like to give us your feedback you can do so here;
@ tmpl.at/2zvrUuI

# Permissions
For those of you that worry about these things I have constructed a breakdown of what permissions are used by this extension (even those you aren't warned about) and why;
@ tmpl.at/2gLRp3k

# Open Source
This extension is open source and can be found on GitHub below;
@ tmpl.at/2kVK7OZ                    

확장 프로그램 기본 정보

이름 Template Template
ID dcjnfaoifoefmnbhhlbppaebgnccfddf
공식 URL https://chromewebstore.google.com/detail/template/dcjnfaoifoefmnbhhlbppaebgnccfddf
설명 Quickly and easily copies info on the current page using a simple and unique template system
파일 크기 180 KB
설치 횟수 5,483
현재 버전 1.2.9
최근 업데이트 2017-10-17
출시 날짜 2017-10-17
평점 4.38/5 총 47 개의 평점
개발자 https://tmplat.com
결제 유형 free
확장 프로그램 웹 사이트 https://tmplat.com
도움말 페이지 URL https://tmplat.uservoice.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "pages\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/content.js"
            ],
            "matches": [
                "file:\/\/\/*\/*",
                "ftp:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "lib\/install.js"
            ],
            "matches": [
                "http:\/\/*.template-extension.org\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "vendor\/oauth2_inject.js"
            ],
            "matches": [
                "http:\/\/template-extension.org\/robots.txt*",
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pages\/oauth2.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/*.uservoice.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/template-extension.org",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "72": "images\/icon_72.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "name": "__MSG_name__",
    "options_page": "pages\/options.html",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "geolocation",
        "notifications",
        "tabs",
        ""
    ],
    "version": "1.2.9"
}