Wiki Preview
Preview Wikipedia links for easier reading.
Wiki Previewとは何ですか?
Wiki Previewはhttps://ictech.frによって開発されたChromeの拡張機能で、その主な機能は「Preview Wikipedia links for easier reading.」です。
拡張機能のスクリーンショット
Wiki Preview拡張機能のCRXファイルをダウンロード
Wiki Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you're reading a Wikipedia articles, you often just want to have a glimpse of what other articles are about, without getting distracted from your main article. This extension allows you to view a summary of any link on Wikipedia (first paragraph). This way you can focus on your main article you are reading, and still have a glimpse of what the other articles are about.
拡張機能の基本情報
名前 | Wiki Preview |
ID | keodbghcggpcaaihokbhmeehadnkemgc |
公式URL | https://chromewebstore.google.com/detail/wiki-preview/keodbghcggpcaaihokbhmeehadnkemgc |
説明 | Preview Wikipedia links for easier reading. |
ファイルサイズ | 138 KB |
インストール数 | 148 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-30 |
公開日 | 2014-05-29 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://ictech.fr |
支払い方法 | free |
拡張機能のウェブサイト | http://ictech.fr/wiki/ |
ヘルプページのURL | http://ictech.fr/wiki/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Preview", "version": "1.0", "homepage_url": "http:\/\/ictech.fr\/wiki\/", "description": "Preview Wikipedia links for easier reading.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "*.map" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "css": [ "overlay.css" ], "js": [ "jquery-2.0.3.min.js", "iframeResizer.min.js", "wikipreview_ch.js" ] } ] } |