publishthis.email Gmail Extension
Easily create a web page by sending an email
Wat is publishthis.email Gmail Extension?
publishthis.email Gmail Extension is een Chrome-extensie ontwikkeld door publishthis.email, en de belangrijkste functie is "Easily create a web page by sending an email".
Extensie Screenshots
Download het CRX-bestand van de extensie publishthis.email Gmail Extension
Download publishthis.email Gmail Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | publishthis.email Gmail Extension |
ID | dmmnfelkimheeggahfhhomebopjnbokj |
Officiële URL | https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj |
Beschrijving | Easily create a web page by sending an email |
Bestandsgrootte | 51.41 KB |
Aantal Installaties | 77 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-04-09 |
Publicatiedatum | 2017-04-09 |
Ontwikkelaar | publishthis.email |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.publishthis.email |
Ondersteunde Talen | 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" ] } |