1 Click Copy Title + URL

This extentions able to copy a title and URL of current tab with specified format by 1 click

Qu'est-ce que 1 Click Copy Title + URL ?

1 Click Copy Title + URL est une extension Chrome développée par Unknown, et sa fonction principale est "This extentions able to copy a title and URL of current tab with specified format by 1 click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 1 Click Copy Title + URL

Téléchargez les fichiers d'extension 1 Click Copy 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

                                            

Informations de Base sur l'Extension

Nom 1 Click Copy Title + URL 1 Click Copy Title + URL
ID cdpljlgjmcehmopejijlfajfibijicnp
URL Officiel https://chromewebstore.google.com/detail/1-click-copy-title-+-url/cdpljlgjmcehmopejijlfajfibijicnp
Description This extentions able to copy a title and URL of current tab with specified format by 1 click
Taille du Fichier 42.04 KB
Nombre d'Installations 73
Version Actuelle 1.0
Dernière Mise à Jour 2018-10-08
Date de Publication 2018-10-07
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1 Click Copy Title + URL",
    "description": "This extentions able to copy a title and URL of current tab with specified format by 1 click",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "1 Click Copy Title + URL"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "clipboardRead",
        "clipboardWrite"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}