New Work Buzzwords

Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…

什么是New Work Buzzwords?

New Work Buzzwords是由newworkbuzzwords开发的Chrome扩展程序,该扩展的主要功能是“Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…”。

扩展截图

screenshot
screenshot
screenshot

下载New Work Buzzwords扩展crx文件

下载New Work Buzzwords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New Work Buzzwords on websites and highlights them. 

You'll never miss any more buzzwords. 🚀

You want to submit Buzzwords? 👉newworkbuzzwords.typeform.com/to/aJryyw


✌️Icons made by Freepik (www.flaticon.com)                    

扩展基本信息

名称 New Work Buzzwords New Work Buzzwords
ID ikaofhfoippadapmmifjjlkhbkoaidlj
官方URL https://chromewebstore.google.com/detail/new-work-buzzwords/ikaofhfoippadapmmifjjlkhbkoaidlj
简介 Every day hundreds of buzzwords are pounding on us, so that we don't even notice them anymore. This Chrome Extension analyzes New…
文件大小 7.89 MB
安装次数 18
当前版本 0.0.0.2
更新时间 2020-10-01
上架时间 2020-04-10
评分 5.00/5 共2次评分
开发者 newworkbuzzwords
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.api.leavinghierarchies.org/datapolicy
隐私政策页面URL https://api.leavinghierarchies.org/datapolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Work Buzzwords",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "72": "icons\/icon72.png",
        "192": "icons\/icon192.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "New Work"
    }
}