Quote Image As Text
Quote arbitary images on the web as markdown text
Cos'è Quote Image As Text?
Quote Image As Text è un'estensione di Chrome sviluppata da motemen, e la sua funzione principale è "Quote arbitary images on the web as markdown text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quote Image As Text
Scarica i file di estensione Quote Image As Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard. Informazioni di Base sull'Estensione
| Nome | |
| ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
| URL Ufficiale | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
| Descrizione | Quote arbitary images on the web as markdown text |
| Dimensione del File | 8.43 KB |
| Conteggio Installazioni | 225 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2014-04-05 |
| Data di Pubblicazione | 2014-04-05 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | motemen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |