publishthis.email Gmail Extension
Easily create a web page by sending an email
What is publishthis.email Gmail Extension?
publishthis.email Gmail Extension is a Chrome extension developed by publishthis.email, and its main feature is "Easily create a web page by sending an email".
Extension Screenshots
Download publishthis.email Gmail Extension Extension CRX File
Download publishthis.email Gmail Extension 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
publishthis.email is the fastest way to publish online. Simply write an email with the content you want to publish, send it to [email protected], and a web page is created from your content. This extension for Gmail users makes the process even easier, by providing an interface for setting the correct To: address, adding to your collections.
Extension Basic Information
Name | publishthis.email Gmail Extension |
ID | dmmnfelkimheeggahfhhomebopjnbokj |
Official URL | https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj |
Description | Easily create a web page by sending an email |
File Size | 51.41 KB |
Installation Count | 77 |
Current Version | 0.1 |
Last Updated | 2017-04-09 |
Publish Date | 2017-04-09 |
Developer | publishthis.email |
[email protected] | |
Payment Type | free |
Extension Website | http://www.publishthis.email |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "publishthis.email Gmail Extension", "description": "Easily create a web page by sending an email", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "zepto.min.js", "pte-gmail.js" ], "css": [ "pte-gmail.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png" ] } |