xkcd Substitutions Plus
Substitutions that make reading the news more fun.
xkcd Substitutions Plusとは何ですか?
xkcd Substitutions PlusはIdoによって開発されたChromeの拡張機能で、その主な機能は「Substitutions that make reading the news more fun.」です。
拡張機能のスクリーンショット
xkcd Substitutions Plus拡張機能のCRXファイルをダウンロード
xkcd Substitutions Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Add your own substitutions! (Options page)
- Switch the extension on/off
version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.
version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue.
You are welcome to contact me with bug reports and new feature requests!
Credit to xkcd.com/1288 拡張機能の基本情報
| 名前 | |
| ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
| 公式URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
| 説明 | Substitutions that make reading the news more fun. |
| ファイルサイズ | 31.76 KB |
| インストール数 | 92 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2019-06-30 |
| 公開日 | 2019-06-30 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Ido |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://app.loadmill.com/assets/privacy-policy.pdf |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "xkcd Substitutions Plus",
"description": "Substitutions that make reading the news more fun.",
"version": "3.0",
"icons": {
"16": "images\/black_hat16.png",
"48": "images\/black_hat48.png",
"128": "images\/black_hat128.png"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "html\/options.html",
"browser_action": {
"default_title": "xkcd: Substitutions+",
"default_icon": {
"19": "images\/black_hat19.png",
"38": "images\/black_hat38.png"
}
}
} | |