publishthis.email Gmail Extension
Easily create a web page by sending an email
什么是publishthis.email Gmail Extension?
publishthis.email Gmail Extension是由publishthis.email开发的Chrome扩展程序,该扩展的主要功能是“Easily create a web page by sending an email”。
扩展截图
下载publishthis.email Gmail Extension扩展crx文件
下载publishthis.email Gmail Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | publishthis.email Gmail Extension |
ID | dmmnfelkimheeggahfhhomebopjnbokj |
官方URL | https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj |
简介 | Easily create a web page by sending an email |
文件大小 | 51.41 KB |
安装次数 | 77 |
当前版本 | 0.1 |
更新时间 | 2017-04-09 |
上架时间 | 2017-04-09 |
开发者 | publishthis.email |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.publishthis.email |
支持的语言 | 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" ] } |