XKCD Substitutions
Change words to make stories more interesting.
XKCD Substitutionsとは何ですか?
XKCD SubstitutionsはJamheadによって開発されたChromeの拡張機能で、その主な機能は「Change words to make stories more interesting.」です。
拡張機能のスクリーンショット
XKCD Substitutions拡張機能のCRXファイルをダウンロード
XKCD Substitutions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on the xkcd post http://xkcd.com/1288/ This automatically makes stories "more interesting" on any page you load. If you like this extension, you may find my grammer nazi sniper extension interesting! https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
拡張機能の基本情報
名前 | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
公式URL | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
説明 | Change words to make stories more interesting. |
ファイルサイズ | 67.69 KB |
インストール数 | 20 |
現在のバージョン | 1.0.1 |
最終更新日 | 2013-11-10 |
公開日 | 2013-11-10 |
開発者 | Jamhead |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XKCD Substitutions", "short_name": "xkcd subs", "description": "Change words to make stories more interesting.", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordChanger.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |