Copy File Name
Copy file name to clipboard
What is Copy File Name?
Copy File Name is a Chrome extension developed by xhhjin, and its main feature is "Copy file name to clipboard".
Extension Screenshots
Download Copy File Name Extension CRX File
Download Copy File Name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copy the file name for the image or link to clipboard, and in the option page, file name without extension can be set.
Extension Basic Information
Name | Copy File Name |
ID | hiahlkhjlenhapabigpcojnanibnclkf |
Official URL | https://chromewebstore.google.com/detail/copy-file-name/hiahlkhjlenhapabigpcojnanibnclkf |
Description | Copy file name to clipboard |
File Size | 23.64 KB |
Installation Count | 337 |
Current Version | 1.0.3 |
Last Updated | 2014-06-23 |
Publish Date | 2014-06-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | xhhjin |
Payment Type | free |
Help Page URL | http://xuhehuan.com/1783.html |
Supported Languages | 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 } |