Get Title

Easy to access page title.

Qu'est-ce que Get Title ?

Get Title est une extension Chrome développée par toycode, et sa fonction principale est "Easy to access page title.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Title

Téléchargez les fichiers d'extension Get Title au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Get Title Get Title
ID bibfbedpleobipmaiaejohhiegjlhcba
URL Officiel https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba
Description Easy to access page title.
Taille du Fichier 221 KB
Nombre d'Installations 309
Version Actuelle 1.0
Dernière Mise à Jour 2015-02-05
Date de Publication 2015-02-05
Évaluation 5.00/5 Total 4 Évaluations
Développeur toycode
Type de Paiement free
Site Web de l'Extension https://github.com/HiroshiOkada/get-title
Langues Prises en Charge 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"
}