Typo Resolver
Help you to feedback some typo
Typo Resolverとは何ですか?
Typo Resolverはkewangによって開発されたChromeの拡張機能で、その主な機能は「Help you to feedback some typo」です。
拡張機能のスクリーンショット
Typo Resolver拡張機能のCRXファイルをダウンロード
Typo Resolver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# 簡介 這是一個叫做Typo Resolver的chrome extension,讓號稱「抓錯字達人」的你有了回報錯字的地方。這個extension的由來是因為我之前在編輯維基百科的時候常發現一大堆錯字,維基百科可以讓大家編輯,但是其他非wiki的網頁就無處可以回報,所以才想開發這個extension。大家如果有空的話可以幫忙測試一下。 # 使用方式 1. 你只要選取錯誤的文字,然後按下右鍵選擇Typo Resolver的Fix it,就可以把錯字改正,並且會用不同的顏色標示出來。 2. 改完之後只要再選擇Feedback,就能開啟email client,把這個修改後的畫面擷圖寄回去給這個網頁上的email (目前預設為所有符合email pattern的都會代入為收件者,但是可以自己刪除不要的收件者)。 # TODO * auto save screenshot * screenshot watermark * auto upload imgur * pick up some valid addresses * new icon * iframe support * i18n * facebook support * screenshot loading bar * more custom options support
拡張機能の基本情報
名前 | ![]() |
ID | kpmhpplainkjokabdbjkfdkohacblnlo |
公式URL | https://chrome.google.com/webstore/detail/typo-resolver/kpmhpplainkjokabdbjkfdkohacblnlo |
説明 | Help you to feedback some typo |
ファイルサイズ | 41.4 KB |
インストール数 | 26 |
現在のバージョン | 0.7.3 |
最終更新日 | 2013-09-21 |
公開日 | 2013-09-21 |
開発者 | kewang |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/g0v/typo-resolver |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Typo Resolver", "version": "0.7.3", "description": "Help you to feedback some typo", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "author": "kewang ( [email protected] )", "homepage_url": "https:\/\/github.com\/g0v\/typo-resolver", "permissions": [ "contextMenus", "activeTab" ] } |