VeniVidiWiki
I came, I saw, I knew. It redirects wikipedia request to wiki-zero. It also lets the in-page links on Wiki Zero pages work.
VeniVidiWiki क्या है?
VeniVidiWiki berkantkepez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I came, I saw, I knew. It redirects wikipedia request to wiki-zero. It also lets the in-page links on Wiki Zero pages work."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VeniVidiWiki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Geldim, gördüm, bildim. Bu eklenti Wikipedia'ya girerken sizi Wiki-Zero'ya yönlendirir. Aynı zamanda Wiki-Zero'daki sayfa içi bağlantıların (referans bağlantıları, onların dönüş bağlantıları ve içindekiler bağlantıları) beklendiği gibi çalışmasını sağlar. Yönlendirme özelliği eklentinin logosuna tıklayarak açılan pop-up sayfadaki tuş ile aktif ya da pasif hale getirilebilir. I came, I saw, I knew. When you try to access wikipedia, this extension redirects you to wiki-zero. Additionally, it lets the anchor links (references, their backlinks and table-of-content links) on Wiki Zero pages work as expected. The redirection feature can be disabled via the switch on the pop-up menu, which is opened by clicking the logo.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hamponpdlhceghibcaciddeoiidpmbaj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/venividiwiki/hamponpdlhceghibcaciddeoiidpmbaj |
विवरण | I came, I saw, I knew. It redirects wikipedia request to wiki-zero. It also lets the in-page links on Wiki Zero pages work. |
फ़ाइल का आकार | 12.2 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2019-01-29 |
प्रकाशन तिथि | 2019-01-29 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | berkantkepez |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tbrknt/veniVidiWiki |
सहायता पृष्ठ URL | https://github.com/tbrknt/veniVidiWiki |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VeniVidiWiki", "short_name": "vvw", "description": "I came, I saw, I knew. It redirects wikipedia request to wiki-zero. It also lets the in-page links on Wiki Zero pages work.", "version": "1.0.8", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.wiki-zero.net\/*", "*:\/\/*.wikizero.net\/*", "*:\/\/*.wiki-zero.co\/*", "*:\/\/*.wikizero.co\/*", "*:\/\/*.wiki-zero.com\/*", "*:\/\/*.wikizero.pro\/*", "*:\/\/*.wikizeroo.com\/*", "*:\/\/*.wikizeroo.net\/*", "*:\/\/*.wikizero.biz\/*" ], "js": [ "fixAnchors.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "webRequest", "*:\/\/*.wikipedia.org\/*", "webRequestBlocking" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } } |