Contentyze

Writing Made Easy

Contentyzeとは何ですか?

Contentyzeはhttps://contentyze.comによって開発されたChromeの拡張機能で、その主な機能は「Writing Made Easy」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Contentyze拡張機能のCRXファイルをダウンロード

Contentyze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save time by summarising long texts!

Contentyze allows you to summarise any webpage. Go to the website you want to summarise and click on either "One-Line Summary" or "Longer Summary", wait a couple of seconds and you'll see the summary of the text.                    

拡張機能の基本情報

名前 Contentyze Contentyze
ID gpphaggniggaeijgmkaoleflnpflnfdo
公式URL https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo
説明 Writing Made Easy
ファイルサイズ 686 KB
インストール数 771
現在のバージョン 1.0.0
最終更新日 2020-09-13
公開日 2020-09-13
評価 3.00/5 合計 6 レビュー
開発者 https://contentyze.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://contentyze.com
プライバシーポリシーページのURL https://contentyze.com/privacy-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contentyze",
    "version": "1.0.0",
    "description": "Writing Made Easy",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/logo128.png",
        "48": "icons\/logo48.png",
        "38": "icons\/logo38.png",
        "19": "icons\/logo19.png",
        "16": "icons\/logo16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/logo128.png",
            "48": "icons\/logo48.png",
            "38": "icons\/logo38.png",
            "19": "icons\/logo19.png",
            "16": "icons\/logo16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}