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" } ] } |