Яeverse Word Count

Яeverse the word count on Google Docs

Яeverse Word Count란 무엇입니까?

Яeverse Word Count은(는) Freeassassin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Яeverse the word count on Google Docs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Яeverse Word Count 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aight listen, I was writing an essay for school that was due in like 30 minuets right? And I keep looking at the word counter for Google Docs and just having to do the mental math about how many more words I have to write to be done with it. So I was like you know what screw it, I'm gonna make a Chrome Extension to Яeverse the word counter on Google Docs. So I gave up on that essay and started coding this extension and now here we are! Anyway if you also are very easily distracted by the incapable word counter on Google Docs download this extension!                    

확장 프로그램 기본 정보

이름 Яeverse Word Count Яeverse Word Count
ID djepmdeahjglglnoalgieijekmkafoed
공식 URL https://chromewebstore.google.com/detail/%D1%8Feverse-word-count/djepmdeahjglglnoalgieijekmkafoed
설명 Яeverse the word count on Google Docs
파일 크기 17.47 KB
설치 횟수 32
현재 버전 0.10
최근 업데이트 2020-11-19
출시 날짜 2020-08-31
평점 5.00/5 총 2 개의 평점
개발자 Freeassassin
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u042feverse Word Count",
    "version": "0.10",
    "description": "\u042feverse the word count on Google Docs",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/docs.Google.com\/*",
        "input"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "code\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.Google.com\/*"
            ],
            "js": [
                "code\/inject.js"
            ]
        }
    ]
}