weekly.me

Add new posts to your weekly.me newsletter with one click!

weekly.meとは何ですか?

weekly.meはsebastianstantによって開発されたChromeの拡張機能で、その主な機能は「Add new posts to your weekly.me newsletter with one click!」です。

拡張機能のスクリーンショット

screenshot
screenshot

weekly.me拡張機能のCRXファイルをダウンロード

weekly.me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 weekly.me weekly.me
ID hpldmefgodbnhiabkllkakllihgnhjck
公式URL https://chromewebstore.google.com/detail/weeklyme/hpldmefgodbnhiabkllkakllihgnhjck
説明 Add new posts to your weekly.me newsletter with one click!
ファイルサイズ 160 KB
インストール数 77
現在のバージョン 1.0
最終更新日 2014-08-27
公開日 2014-08-26
評価 5.00/5 合計 1 レビュー
開発者 sebastianstant
支払い方法 free
拡張機能のウェブサイト http://weekly.me
対応言語 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"
    }
}