Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
What is Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar is a Chrome extension developed by The SmartTHING Limited, and its main feature is "Shows editor toolbar automatically when sending a new mail in Gmail.".
Extension Screenshots
Download Automatic GMail Editor Toolbar Extension CRX File
Download Automatic GMail Editor Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
Official URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
Description | Shows editor toolbar automatically when sending a new mail in Gmail. |
File Size | 3.49 KB |
Installation Count | 34 |
Current Version | 1.5 |
Last Updated | 2014-02-06 |
Publish Date | 2014-02-06 |
Developer | The SmartTHING Limited |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.smartthing.org/privacy-policy |
Supported Languages | 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" } |