Get Title

Easy to access page title.

Cos'è Get Title?

Get Title è un'estensione di Chrome sviluppata da toycode, e la sua funzione principale è "Easy to access page title.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get Title

Scarica i file di estensione Get Title in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Get Title Get Title
ID bibfbedpleobipmaiaejohhiegjlhcba
URL Ufficiale https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba
Descrizione Easy to access page title.
Dimensione del File 221 KB
Conteggio Installazioni 309
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-05
Data di Pubblicazione 2015-02-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore toycode
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HiroshiOkada/get-title
Lingue Supportate 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"
}