weekly.me
Add new posts to your weekly.me newsletter with one click!
What is weekly.me?
weekly.me is a Chrome extension developed by sebastianstant, and its main feature is "Add new posts to your weekly.me newsletter with one click!".
Extension Screenshots
Download weekly.me Extension CRX File
Download weekly.me 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
weekly.me is a free platform to build & send weekly email newsletters to your subscribers. The weekly.me Google Chrome extensions makes building your newsletters even easier. Simply click the extension icon to automatically prepare a new post for your newsletter, including a link & title to the web page you're currently viewing.
Extension Basic Information
Name | weekly.me |
ID | hpldmefgodbnhiabkllkakllihgnhjck |
Official URL | https://chromewebstore.google.com/detail/weeklyme/hpldmefgodbnhiabkllkakllihgnhjck |
Description | Add new posts to your weekly.me newsletter with one click! |
File Size | 160 KB |
Installation Count | 77 |
Current Version | 1.0 |
Last Updated | 2014-08-27 |
Publish Date | 2014-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sebastianstant |
Payment Type | free |
Extension Website | http://weekly.me |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "weekly.me", "description": "Add new posts to your weekly.me newsletter with one click!", "version": "1.0", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |