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 |
Eメール | [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" ] } |