Don't Hit Publish
Don't Hit Publish extension reminds you to rate and imporove your content before publishing.
什麼是Don't Hit Publish?
Don't Hit Publish是由https://growthtools.com開發的Chrome擴展程式,該擴展的主要功能是“Don't Hit Publish extension reminds you to rate and imporove your content before publishing.”。
下載Don't Hit Publish擴展crx文件
下載Don't Hit Publish擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Don't Hit Publish |
ID | hcandeeccbpmannadoihhenofiolnbhd |
官方網址 | https://chromewebstore.google.com/detail/dont-hit-publish/hcandeeccbpmannadoihhenofiolnbhd |
簡介 | Don't Hit Publish extension reminds you to rate and imporove your content before publishing. |
檔案大小 | 23.44 KB |
安裝次數 | 31 |
目前版本 | 0.1.0 |
更新時間 | 2018-05-29 |
上架時間 | 2018-05-29 |
開發者 | https://growthtools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://donthitpublish.growthtools.com |
說明頁面URL | https://videofruit.helpscoutdocs.com/ |
隱私政策頁面URL | https://my.growthtools.com/terms |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Hit Publish", "version": "0.1.0", "manifest_version": 2, "description": "Don't Hit Publish extension reminds you to rate and imporove your content before publishing.", "homepage_url": "https:\/\/www.donthitpublish.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/wordpress.com\/post\/*", "https:\/\/medium.com\/new-story", "https:\/\/medium.com\/p\/*\/edit", "https:\/\/www.wix.com\/website\/builder\/*", "https:\/\/www.getdrip.com\/*\/broadcasts\/*\/email\/edit", "https:\/\/www.getdrip.com\/*\/campaigns\/*\/emails\/*\/edit", "https:\/\/app.convertkit.com\/campaigns\/*\/steps\/content", "https:\/\/*.mailchimp.com\/campaigns\/wizard\/neapolitan*", "https:\/\/www.blogger.com\/blogger.g", "https:\/\/app.getresponse.com\/message_create_message.html", "https:\/\/em-ui.constantcontact.com\/em-ui\/em\/page\/em-ui\/email", "https:\/\/app.mailerlite.com\/emails\/step2\/*", "https:\/\/*.createsend.com\/campaigns\/design\/index\/*", "https:\/\/www.tumblr.com\/new\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |