Quote Image As Text

Quote arbitary images on the web as markdown text

Wat is Quote Image As Text?

Quote Image As Text is een Chrome-extensie ontwikkeld door motemen, en de belangrijkste functie is "Quote arbitary images on the web as markdown text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quote Image As Text

Download Quote Image As Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.                    

Basisinformatie over de Extensie

Naam Quote Image As Text Quote Image As Text
ID fjjehanehnaejfgnmkgebkefbdnebbkc
Officiële URL https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc
Beschrijving Quote arbitary images on the web as markdown text
Bestandsgrootte 8.43 KB
Aantal Installaties 225
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-04-05
Publicatiedatum 2014-04-05
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar motemen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}