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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Links timestamps on a Wikipedia talk page to the version of the article at that time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WikiReveal: Link Talk Comments to Revisions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |