Who Wrote That?

Explore authorship and revision information visually and directly in Wikipedia articles. Powered by WikiWho.

Who Wrote That?とは何ですか?

Who Wrote That?はWikimedia Foundation, Community Tech Teamによって開発されたChromeの拡張機能で、その主な機能は「Explore authorship and revision information visually and directly in Wikipedia articles. Powered by WikiWho.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Who Wrote That?拡張機能のCRXファイルをダウンロード

Who Wrote That?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Who Wrote That? (WWT) is a browser extension, which displays authorship information directly on Wikipedia articles. When you hover over content, the tool highlights all content by the same author. When you click on content, the tool identifies the author of the revision, along with revision details. Overall, WWT allows users to discover the source and background of an edit, without digging through revision history.                    

拡張機能の基本情報

名前 Who Wrote That? Who Wrote That?
ID ekkbnedhfelfaidbpaedaecjiokkionn
公式URL https://chromewebstore.google.com/detail/who-wrote-that/ekkbnedhfelfaidbpaedaecjiokkionn
説明 Explore authorship and revision information visually and directly in Wikipedia articles. Powered by WikiWho.
ファイルサイズ 143 KB
インストール数 1,543
現在のバージョン 0.20.0.0
最終更新日 2024-03-01
公開日 2020-03-05
評価 5.00/5 合計 2 レビュー
開発者 Wikimedia Foundation, Community Tech Team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mediawiki.org/wiki/WWT
ヘルプページのURL https://meta.wikimedia.org/wiki/Talk:Community_Tech/Who_Wrote_That_tool
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,bg,ru,uk,iw,fa,bn,gu,te,ml,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "Wikimedia Foundation",
    "homepage_url": "https:\/\/www.mediawiki.org\/wiki\/WWT",
    "version": "0.20.0.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/de.wikipedia.org\/*",
                "*:\/\/en.wikipedia.org\/*",
                "*:\/\/es.wikipedia.org\/*",
                "*:\/\/eu.wikipedia.org\/*",
                "*:\/\/fr.wikipedia.org\/*",
                "*:\/\/hu.wikipedia.org\/*",
                "*:\/\/id.wikipedia.org\/*",
                "*:\/\/it.wikipedia.org\/*",
                "*:\/\/ja.wikipedia.org\/*",
                "*:\/\/nl.wikipedia.org\/*",
                "*:\/\/pl.wikipedia.org\/*",
                "*:\/\/pt.wikipedia.org\/*",
                "*:\/\/tr.wikipedia.org\/*"
            ],
            "exclude_globs": [
                "*:\/\/de.wikipedia.org\/*title=Spezial:*",
                "*:\/\/de.wikipedia.org\/wiki\/Spezial:*",
                "*:\/\/en.wikipedia.org\/*title=Special:*",
                "*:\/\/en.wikipedia.org\/wiki\/Special:*",
                "*:\/\/es.wikipedia.org\/*title=Especial:*",
                "*:\/\/es.wikipedia.org\/wiki\/Especial:*",
                "*:\/\/eu.wikipedia.org\/*title=Berezi:*",
                "*:\/\/eu.wikipedia.org\/wiki\/Berezi:*",
                "*:\/\/fr.wikipedia.org\/*title=Sp%C3%A9cial:*",
                "*:\/\/fr.wikipedia.org\/wiki\/Sp%C3%A9cial:*",
                "*:\/\/hu.wikipedia.org\/*title=Speci%C3%A1lis:*",
                "*:\/\/hu.wikipedia.org\/wiki\/Speci%C3%A1lis:*",
                "*:\/\/id.wikipedia.org\/*title=Istimewa:*",
                "*:\/\/id.wikipedia.org\/wiki\/Istimewa:*",
                "*:\/\/it.wikipedia.org\/*title=Speciale:*",
                "*:\/\/it.wikipedia.org\/wiki\/Speciale:*",
                "*:\/\/ja.wikipedia.org\/*title=%E7%89%B9%E5%88%A5:*",
                "*:\/\/ja.wikipedia.org\/wiki\/%E7%89%B9%E5%88%A5:*",
                "*:\/\/nl.wikipedia.org\/*title=Speciaal:*",
                "*:\/\/nl.wikipedia.org\/wiki\/Speciaal:*",
                "*:\/\/pl.wikipedia.org\/*title=Specjalna:*",
                "*:\/\/pl.wikipedia.org\/wiki\/Specjalna:*",
                "*:\/\/pt.wikipedia.org\/*title=Especial:*",
                "*:\/\/pt.wikipedia.org\/wiki\/Especial:*",
                "*:\/\/tr.wikipedia.org\/*title=%C3%96zel:*",
                "*:\/\/tr.wikipedia.org\/wiki\/%C3%96zel:*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "css": [
                "generated.whowrotethat.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/generated.pageScript.js"
    ],
    "permissions": [
        "storage"
    ]
}