WikiReveal: Link Talk Comments to Revisions
Links timestamps on a Wikipedia talk page to the version of the article at that time.
WikiReveal: Link Talk Comments to Revisionsとは何ですか?
WikiReveal: Link Talk Comments to Revisionsはfeedbackによって開発されたChromeの拡張機能で、その主な機能は「Links timestamps on a Wikipedia talk page to the version of the article at that time.」です。
拡張機能のスクリーンショット
WikiReveal: Link Talk Comments to Revisions拡張機能のCRXファイルをダウンロード
WikiReveal: Link Talk Comments to Revisions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Comments on Wikipedia Talk pages make more sense when put into context of the version article at the time. This extension links each timestamped comment to the version of the article when that comment was made. This extension only fires when on Wikipedia Talk pages. Open sourced, check the link! Currently works only on English Wikipedia. Internationality coming soon.
拡張機能の基本情報
名前 | WikiReveal: Link Talk Comments to Revisions |
ID | nlanliogjchihakmncmbhffimnnjjipp |
公式URL | https://chromewebstore.google.com/detail/wikireveal-link-talk-comm/nlanliogjchihakmncmbhffimnnjjipp |
説明 | Links timestamps on a Wikipedia talk page to the version of the article at that time. |
ファイルサイズ | 33.51 KB |
インストール数 | 26 |
現在のバージョン | 1.3 |
最終更新日 | 2016-01-29 |
公開日 | 2016-01-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | feedback |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hwangmoretime/wikireveal |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiReveal: Link Talk Comments to Revisions", "short_name": "WikiReveal", "version": "1.3", "description": "Links timestamps on a Wikipedia talk page to the version of the article at that time.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-19.png", "default_title": "Created links from talks to versions." }, "content_scripts": [ { "matches": [ "*:\/\/en.wikipedia.org\/wiki\/Talk:*" ], "js": [ "wikireveal_content_script.js" ] } ], "permissions": [ "declarativeContent" ], "icons": { "19": "icon-19.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png", "256": "icon-256.png" }, "manifest_version": 2 } |