Quote Image As Text
Quote arbitary images on the web as markdown text
Vad är Quote Image As Text?
Quote Image As Text är en Chrome-tillägg utvecklad av motemen, och dess huvudfunktion är "Quote arbitary images on the web as markdown text".
Tilläggsskärmbilder
Ladda ner Quote Image As Text-förlängningens CRX-fil
Ladda ner Quote Image As 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
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard. Grundläggande Information om Tillägg
| Namn | |
| ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
| Officiell webbadress | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
| Beskrivning | Quote arbitary images on the web as markdown text |
| Filstorlek | 8.43 KB |
| Antal Installationer | 225 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2014-04-05 |
| Publiceringsdatum | 2014-04-05 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | motemen |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quote Image As Text",
"version": "0.0.2",
"manifest_version": 2,
"description": "Quote arbitary images on the web as markdown text",
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"clipboardWrite",
"notifications"
],
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
}
} | |