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 |
官方網址 | 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" } ] } |