xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
xkcdAltとは何ですか?
xkcdAltはTPRealによって開発されたChromeの拡張機能で、その主な機能は「Read alt text under xkcd comic strips easier. Extension by TPReal」です。
拡張機能のスクリーンショット
xkcdAlt拡張機能のCRXファイルをダウンロード
xkcdAlt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows the title text under xkcd comic strips. The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.
拡張機能の基本情報
名前 | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
公式URL | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
説明 | Read alt text under xkcd comic strips easier. Extension by TPReal |
ファイルサイズ | 13.73 KB |
インストール数 | 104 |
現在のバージョン | 0.8 |
最終更新日 | 2013-06-15 |
公開日 | 2013-06-15 |
評価 | 4.09/5 合計 11 レビュー |
開発者 | TPReal |
支払い方法 | free |
拡張機能のウェブサイト | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
ヘルプページのURL | http://tpchromeextensions.blogspot.com/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xkcdAlt", "description": "Read alt text under xkcd comic strips easier. Extension by TPReal", "content_scripts": [ { "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/www.xkcd.com\/*" ], "js": [ "xkcdAlt.js" ] } ], "icons": { "16": "img\/xkcd16.png", "32": "img\/xkcd32.png", "48": "img\/xkcd48.png", "128": "img\/xkcd128.png" }, "version": "0.8", "manifest_version": 2 } |