Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Vad är Copy Plain Text?
Copy Plain Text är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".
Tilläggsskärmbilder
Ladda ner Copy Plain Text-förlängningens CRX-fil
Ladda ner Copy Plain Text-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
Grundläggande Information om Tillägg
| Namn | |
| ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
| Beskrivning | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
| Filstorlek | 5.81 KB |
| Antal Installationer | 2,616 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2016-12-18 |
| Publiceringsdatum | 2016-12-18 |
| Betyg | 4.54/5 Totalt 13 Betyg |
| Utvecklare | Dima PM |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dima PM",
"manifest_version": 2,
"name": "Copy Plain Text",
"version": "0.3",
"description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
"browser_action": [],
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"storage",
"activeTab",
"contextMenus"
]
} | |