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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}