Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
什么是Literally?
Literally是由Mike Walker开发的Chrome扩展程序,该扩展的主要功能是“Replaces the word 'literally' with 'figuratively'. That's literally all it does.”。
扩展截图
下载Literally扩展crx文件
下载Literally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
官方URL | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
简介 | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
文件大小 | 3.41 KB |
安装次数 | 565 |
当前版本 | 1.0 |
更新时间 | 2014-04-22 |
上架时间 | 2014-04-21 |
评分 | 4.41/5 共29次评分 |
开发者 | Mike Walker |
付费类型 | free |
扩展官网 | http://lazerwalker.com/literally |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Literally", "version": "1.0", "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |