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
官方網址 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"
    }
}