Go Editorial Calendar

Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.

Go Editorial Calendarとは何ですか?

Go Editorial Calendarはhttp://pushingsocial.comによって開発されたChromeの拡張機能で、その主な機能は「Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.」です。

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

screenshot

Go Editorial Calendar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post. The tab also helps you quickly capture new blog post ideas with an easy to use Blog Post Idea tool/

Keeping your blog post title in front of you will give you the gentle nudge you need to publish your next post.

Features

- Quickly record the title of the post you want to focus on
- Simply click and type to record new blog post ideas by just opening a new tab
- Get the weather forecast for your area
- Get free access to blog strategy, marketing, and monetization resources from PushingSocial.com                    

拡張機能の基本情報

名前 Go Editorial Calendar Go Editorial Calendar
ID fiikamngbmfmlondlgfbhchmmfjphafm
公式URL https://chrome.google.com/webstore/detail/go-editorial-calendar/fiikamngbmfmlondlgfbhchmmfjphafm
説明 Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.
ファイルサイズ 4.89 MB
インストール数 93
現在のバージョン 3.0
最終更新日 2014-08-30
公開日 2014-08-30
評価 4.00/5 合計 3 レビュー
開発者 http://pushingsocial.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go Editorial Calendar",
    "version": "3.0",
    "description": "Go Editorial Calendar replaces your new tab page with a quick way to stay focused on writing your weekly blog post.",
    "icons": {
        "128": "images\/GoEdCal.png"
    },
    "homepage_url": "http:\/\/www.pushingsocial.com\/",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "PSTab.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.11.0.min.js",
            "js\/PSNewTab_background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "geolocation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/query.yahooapis.com https:\/\/www.google.com\/; object-src 'self' 'unsafe-eval' ",
    "manifest_version": 2
}