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 |
Eメール | [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" } } |