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 |
官方網址 | 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" } } |