Medium Blog Chrome Extension
A Chrome extension to save URLs and page content as drafts to your Medium Blog
What is Medium Blog Chrome Extension?
Medium Blog Chrome Extension is a Chrome extension developed by Troy Forster, and its main feature is "A Chrome extension to save URLs and page content as drafts to your Medium Blog".
Extension Screenshots
Download Medium Blog Chrome Extension Extension CRX File
Download Medium Blog Chrome 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
A Chrome extension to save URLs and page content as drafts to your Medium Blog
Extension Basic Information
Name | Medium Blog Chrome Extension |
ID | jhoofmfokgkifliaampencjgcganglnh |
Official URL | https://chromewebstore.google.com/detail/medium-blog-chrome-extens/jhoofmfokgkifliaampencjgcganglnh |
Description | A Chrome extension to save URLs and page content as drafts to your Medium Blog |
File Size | 15.93 KB |
Installation Count | 53 |
Current Version | 0.1.0 |
Last Updated | 2017-06-02 |
Publish Date | 2017-06-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Troy Forster |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium Blog Chrome Extension", "description": "A Chrome extension to save URLs and page content as drafts to your Medium Blog", "version": "0.1.0", "browser_action": { "default_icon": "img\/logo.png", "default_popup": "extension.html" }, "options_ui": { "page": "settings.html", "chrome_style": false }, "permissions": [ "activeTab", "storage", "https:\/\/api.medium.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |