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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | fiikamngbmfmlondlgfbhchmmfjphafm |
官方網址 | 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 } |