Fix my Title
Enter your title and it will be corrected as you type!
什么是Fix my Title?
Fix my Title是由https://tylucaskelley.com开发的Chrome扩展程序,该扩展的主要功能是“Enter your title and it will be corrected as you type!”。
扩展截图
下载Fix my Title扩展crx文件
下载Fix my Title扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
扩展基本信息
名称 | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
官方URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
简介 | Enter your title and it will be corrected as you type! |
文件大小 | 108 KB |
安装次数 | 20 |
当前版本 | 1.2 |
更新时间 | 2014-11-13 |
上架时间 | 2014-11-13 |
评分 | 5.00/5 共1次评分 |
开发者 | https://tylucaskelley.com |
付费类型 | free |
扩展官网 | https://github.com/tylucaskelley/fix-my-title |
帮助页面URL | https://github.com/tylucaskelley/fix-my-title |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |