Quote Image As Text

Quote arbitary images on the web as markdown text

What is Quote Image As Text?

Quote Image As Text is a Chrome extension developed by motemen, and its main feature is "Quote arbitary images on the web as markdown text".

Extension Screenshots

screenshot

Download Quote Image As Text Extension CRX File

Download Quote Image As Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Quote Image As Text Quote Image As Text
ID fjjehanehnaejfgnmkgebkefbdnebbkc
Official URL https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc
Description Quote arbitary images on the web as markdown text
File Size 8.43 KB
Installation Count 225
Current Version 0.0.2
Last Updated 2014-04-05
Publish Date 2014-04-05
Rating 4.00/5 Total 2 Ratings
Developer motemen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}