Get Title

Easy to access page title.

Get Titleとは何ですか?

Get Titleはtoycodeによって開発されたChromeの拡張機能で、その主な機能は「Easy to access page title.」です。

拡張機能のスクリーンショット

screenshot

Get Title拡張機能のCRXファイルをダウンロード

Get Title拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}