Copy File Name

Copy file name to clipboard

Wat is Copy File Name?

Copy File Name is een Chrome-extensie ontwikkeld door xhhjin, en de belangrijkste functie is "Copy file name to clipboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy File Name

Download Copy File Name-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Copy the file name for the image or link to clipboard, and in the option page, file name without extension can be set.                    

Basisinformatie over de Extensie

Naam Copy File Name Copy File Name
ID hiahlkhjlenhapabigpcojnanibnclkf
Officiële URL https://chromewebstore.google.com/detail/copy-file-name/hiahlkhjlenhapabigpcojnanibnclkf
Beschrijving Copy file name to clipboard
Bestandsgrootte 23.64 KB
Aantal Installaties 337
Huidige Versie 1.0.3
Laatst Bijgewerkt 2014-06-23
Publicatiedatum 2014-06-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar xhhjin
Betalingswijze free
Help Pagina-URL http://xuhehuan.com/1783.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy File Name",
    "version": "1.0.3",
    "description": "Copy file name to clipboard",
    "homepage_url": "http:\/\/xuhehuan.com",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}