Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
什麼是Word Count?
Word Count是由Peter Organisciak開發的Chrome擴展程式,該擴展的主要功能是“Adds a word count feature to your context menu (i.e. right-click menu).”。
擴展截圖
下載Word Count擴展crx文件
下載Word Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
擴展基本資訊
名稱 | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
官方網址 | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
簡介 | Adds a word count feature to your context menu (i.e. right-click menu). |
檔案大小 | 39.6 KB |
安裝次數 | 30,648 |
目前版本 | 1.2 |
更新時間 | 2013-02-03 |
上架時間 | 2013-02-03 |
評分 | 3.27/5 共 83 次評分 |
開發者 | Peter Organisciak |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |