Я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文件

下載Яeverse Word Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}