Copy File Name
Copy file name to clipboard
Vad är Copy File Name?
Copy File Name är en Chrome-tillägg utvecklad av xhhjin, och dess huvudfunktion är "Copy file name to clipboard".
Tilläggsskärmbilder
Ladda ner Copy File Name-förlängningens CRX-fil
Ladda ner Copy File Name-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy the file name for the image or link to clipboard, and in the option page, file name without extension can be set. Grundläggande Information om Tillägg
| Namn | |
| ID | hiahlkhjlenhapabigpcojnanibnclkf |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-file-name/hiahlkhjlenhapabigpcojnanibnclkf |
| Beskrivning | Copy file name to clipboard |
| Filstorlek | 23.64 KB |
| Antal Installationer | 337 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2014-06-23 |
| Publiceringsdatum | 2014-06-23 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | xhhjin |
| Betalningssätt | free |
| Hjälpsida URL | http://xuhehuan.com/1783.html |
| Stödda Språk | 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
} | |