Title & URL

It's for copying current page's title and URL

Qu'est-ce que Title & URL ?

Title & URL est une extension Chrome développée par t.soorankim, et sa fonction principale est "It's for copying current page's title and URL".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Title & URL

Téléchargez les fichiers d'extension Title & URL 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

                        It's for copying the current page's title and URL

This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon                    

Informations de Base sur l'Extension

Nom Title & URL Title & URL
ID mndehblcembcnkadmgmikjagbolninnp
URL Officiel https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp
Description It's for copying current page's title and URL
Taille du Fichier 40.95 KB
Nombre d'Installations 475
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-10-26
Date de Publication 2017-07-02
Évaluation 4.58/5 Total 12 Évaluations
Développeur t.soorankim
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Title & URL",
    "version": "1.0.0",
    "description": "It's for copying current page's title and URL",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "T.Sooran Kim",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}