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 |
官方網址 | 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" ] } |