Quote Image As Text
Quote arbitary images on the web as markdown text
Was ist Quote Image As Text?
Quote Image As Text ist eine Chrome-Erweiterung, die von motemen entwickelt wurde, und ihr Hauptmerkmal ist "Quote arbitary images on the web as markdown text".
Erweiterungsscreenshots
Quote Image As Text-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quote Image As Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
| Offizielle URL | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
| Beschreibung | Quote arbitary images on the web as markdown text |
| Dateigröße | 8.43 KB |
| Installationsanzahl | 225 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2014-04-05 |
| Veröffentlichungsdatum | 2014-04-05 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | motemen |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |