Gmail Image Border
Manage image borders in a Gmail letter
Gmail Image Borderとは何ですか?
Gmail Image Borderはhttps://antonfisher.comによって開発されたChromeの拡張機能で、その主な機能は「Manage image borders in a Gmail letter」です。
拡張機能のスクリーンショット
Gmail Image Border拡張機能のCRXファイルをダウンロード
Gmail Image Border拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps to manage borders for pasted images in a Gmail letter.
拡張機能の基本情報
名前 | |
ID | mahlicjkigbecnbblcogenidhakmghdk |
公式URL | https://chromewebstore.google.com/detail/gmail-image-border/mahlicjkigbecnbblcogenidhakmghdk |
説明 | Manage image borders in a Gmail letter |
ファイルサイズ | 13.52 KB |
インストール数 | 2,082 |
現在のバージョン | 0.1.3 |
最終更新日 | 2017-06-21 |
公開日 | 2017-06-20 |
評価 | 4.82/5 合計 11 レビュー |
開発者 | https://antonfisher.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/antonfisher/chrome-gmail-image-border-ext |
ヘルプページのURL | https://github.com/antonfisher/chrome-gmail-image-border-ext/issues |
対応言語 | de,en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_l10n_ext_name__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_l10n_ext_description__", "homepage_url": "https:\/\/github.com\/antonfisher\/chrome-gmail-image-border-ext", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "https:\/\/mail.google.com\/mail\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "src\/inject.js" ] } ] } |