Image Paster
Uploads any image you paste to Imgur, so that you can use the url easier.
Image Pasterとは何ですか?
Image PasterはHJKによって開発されたChromeの拡張機能で、その主な機能は「Uploads any image you paste to Imgur, so that you can use the url easier.」です。
拡張機能のスクリーンショット
Image Paster拡張機能のCRXファイルをダウンロード
Image Paster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically convert images that you copy into URLs. When you click the extension, any image in your clipboard is replaced with a URL for that image. Use in a variety of sites where images are not allowed, but text (and URLs) can be pasted. (This extension uses the Imgur API to upload and store images online, which means that your images may be public.)
拡張機能の基本情報
名前 | Image Paster |
ID | dhmfebagkgpcndgfichibdkokoihdgdf |
公式URL | https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf |
説明 | Uploads any image you paste to Imgur, so that you can use the url easier. |
ファイルサイズ | 24.78 KB |
インストール数 | 43 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-07-30 |
公開日 | 2021-07-30 |
開発者 | HJK |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Paster", "description": "Uploads any image you paste to Imgur, so that you can use the url easier.", "version": "0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "action": { "default_title": "Click me to get a url of your image", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |