Fake News Editor

Create fake news easily

Fake News Editorとは何ですか?

Fake News EditorはPregnantboyによって開発されたChromeの拡張機能で、その主な機能は「Create fake news easily」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Toggle shortcut:
Ctrl + Shift + E (Windows)
Cmd + Shift + E (Mac)

Experimental features can be enabled from options.


Icons made by Smashicons from www.flaticon.com                    

拡張機能の基本情報

名前 Fake News Editor Fake News Editor
ID ooohdflhhmjajpedpfjmafbaemhdaoem
公式URL https://chromewebstore.google.com/detail/fake-news-editor/ooohdflhhmjajpedpfjmafbaemhdaoem
説明 Create fake news easily
ファイルサイズ 22.97 KB
インストール数 150
現在のバージョン 2.0.0
最終更新日 2019-01-06
公開日 2019-01-06
評価 5.00/5 合計 3 レビュー
開発者 Pregnantboy
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake News Editor",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Create fake news easily",
    "icons": {
        "16": "icons\/edit-color-16.png",
        "32": "icons\/edit-color-32.png",
        "64": "icons\/edit-color-64.png",
        "128": "icons\/edit-color-128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/edit-black-32.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardRead"
    ],
    "commands": {
        "toggle_edit_mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "toggle edit mode"
        }
    },
    "web_accessible_resources": [
        "src\/cursor.png",
        "src\/cursor-32.png"
    ]
}