Get Title

Easy to access page title.

Get Title란 무엇입니까?

Get Title은(는) toycode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to access page title."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Chrome Extension for copying the title of a web page.

This chrome extension helps some kind of task. 
For eaxmple create a list of web pages.

It can copy the title of a web page with a single click.

How to use it.

Click on the "Title" icon.
A Pop-up window opens and you will see both the title and the link of the web page you are currently viewing.

Since the title is already copied at this time, paste it if you like.
In addition, the link text displayed some formats such as HTML, Textile and Markdown, you can also use it by pressing the copy button that appears to the left of the texts.                    

확장 프로그램 기본 정보

이름 Get Title Get Title
ID bibfbedpleobipmaiaejohhiegjlhcba
공식 URL https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba
설명 Easy to access page title.
파일 크기 221 KB
설치 횟수 309
현재 버전 1.0
최근 업데이트 2015-02-05
출시 날짜 2015-02-05
평점 5.00/5 총 4 개의 평점
개발자 toycode
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HiroshiOkada/get-title
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Title",
    "description": "Easy to access page title.",
    "version": "1.0",
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Get Title",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}