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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
VeniVidiWiki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |