Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
Automatic GMail Editor Toolbarとは何ですか?
Automatic GMail Editor ToolbarはThe SmartTHING Limitedによって開発されたChromeの拡張機能で、その主な機能は「Shows editor toolbar automatically when sending a new mail in Gmail.」です。
拡張機能のスクリーンショット
Automatic GMail Editor Toolbar拡張機能のCRXファイルをダウンロード
Automatic GMail Editor Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
公式URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
説明 | Shows editor toolbar automatically when sending a new mail in Gmail. |
ファイルサイズ | 3.49 KB |
インストール数 | 34 |
現在のバージョン | 1.5 |
最終更新日 | 2014-02-06 |
公開日 | 2014-02-06 |
開発者 | The SmartTHING Limited |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.smartthing.org/privacy-policy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "gmaileditor.user.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows editor toolbar automatically when sending a new mail in Gmail.", "name": "Automatic GMail Editor Toolbar", "version": "1.5" } |