Copy URL+

Copy a short URL, title, and selected text in any format you want.

Qu'est-ce que Copy URL+ ?

Copy URL+ est une extension Chrome développée par Naoto Yokoyama, et sa fonction principale est "Copy a short URL, title, and selected text in any format you want.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Key features

- Keyboard shortcuts

- Flexible context menus

- URL shortening

- Notifications

Icons and promotional images are designed by Honeshabri.                    

Informations de Base sur l'Extension

Nom Copy URL+ Copy URL+
ID capojgaalppngkaagaobmigigcgnidmn
URL Officiel https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn
Description Copy a short URL, title, and selected text in any format you want.
Taille du Fichier 35.59 KB
Nombre d'Installations 3,796
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-08-06
Date de Publication 2020-08-06
Évaluation 3.93/5 Total 45 Évaluations
Développeur Naoto Yokoyama
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL+",
    "version": "1.1.1",
    "description": "Copy a short URL, title, and selected text in any format you want.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/keyboard.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "https:\/\/www.googleapis.com\/url\/shortener",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}