XKCD substitutions
Making the web a stranger better place.
XKCD substitutionsとは何ですか?
XKCD substitutionsはalec.posneyによって開発されたChromeの拡張機能で、その主な機能は「Making the web a stranger better place.」です。
拡張機能のスクリーンショット
XKCD substitutions拡張機能のCRXファイルをダウンロード
XKCD substitutions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
拡張機能の基本情報
名前 | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
公式URL | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
説明 | Making the web a stranger better place. |
ファイルサイズ | 432 KB |
インストール数 | 8,032 |
現在のバージョン | 1.4.1 |
最終更新日 | 2016-03-13 |
公開日 | 2016-03-13 |
評価 | 4.54/5 合計 301 レビュー |
開発者 | alec.posney |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |