Word Count
Get a word count on some things right quick
什麼是Word Count?
Word Count是由Jonathan Sirrine開發的Chrome擴展程式,該擴展的主要功能是“Get a word count on some things right quick”。
擴展截圖
下載Word Count擴展crx文件
下載Word Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!
擴展基本資訊
名稱 | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
官方網址 | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
簡介 | Get a word count on some things right quick |
檔案大小 | 66.33 KB |
安裝次數 | 67 |
目前版本 | 1.3.0 |
更新時間 | 2017-09-24 |
上架時間 | 2017-09-24 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Jonathan Sirrine |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.3.0", "manifest_version": 2, "description": "Get a word count on some things right quick", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Word Count", "default_popup": "extension.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |