Quote Image As Text
Quote arbitary images on the web as markdown text
什么是Quote Image As Text?
Quote Image As Text是由motemen开发的Chrome扩展程序,该扩展的主要功能是“Quote arbitary images on the web as markdown text”。
扩展截图
下载Quote Image As Text扩展crx文件
下载Quote Image As Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.
扩展基本信息
名称 | Quote Image As Text |
ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
官方URL | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
简介 | Quote arbitary images on the web as markdown text |
文件大小 | 8.43 KB |
安装次数 | 225 |
当前版本 | 0.0.2 |
更新时间 | 2014-04-05 |
上架时间 | 2014-04-05 |
评分 | 4.00/5 共2次评分 |
开发者 | motemen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |