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
Eメール [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"
    }
}