Copy as Markdown
The url of the current page in Markdown's copy
Vad är Copy as Markdown?
Copy as Markdown är en Chrome-tillägg utvecklad av nakamulan, och dess huvudfunktion är "The url of the current page in Markdown's copy".
Tilläggsskärmbilder
Ladda ner Copy as Markdown-förlängningens CRX-fil
Ladda ner Copy as Markdown-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
Easy to copy markdown format with a title and URL of the current page.
- Very simple design
- Click copy only to clipboard
- The title can be edit in the text area Grundläggande Information om Tillägg
| Namn | |
| ID | kpipndefiblapfomcmkghpnpiodgcpck |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
| Beskrivning | The url of the current page in Markdown's copy |
| Filstorlek | 62.34 KB |
| Antal Installationer | 82 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2015-08-18 |
| Publiceringsdatum | 2015-08-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | nakamulan |
| Betalningssätt | free |
| Tilläggswebbplats | http://nakamulan.github.io/CopyAsMarkdown |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy as Markdown",
"manifest_version": 2,
"version": "1.0.0",
"description": "The url of the current page in Markdown's copy",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Copy as Markdown",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite",
"tabs"
]
} | |