WIKI 2. Wikipedia Republished
Advanced Magic for Wikipedia.
什麼是WIKI 2. Wikipedia Republished?
WIKI 2. Wikipedia Republished是由https://wiki2.org開發的Chrome擴展程式,該擴展的主要功能是“Advanced Magic for Wikipedia.”。
擴展截圖
下載WIKI 2. Wikipedia Republished擴展crx文件
下載WIKI 2. Wikipedia Republished擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Three years of hard work by a dedicated team and here it is: Wikipedia advanced on a level we bet you have never seen before. How it works. Every Wikipedia page, you request somewhere, goes through several hundred of perfecting techniques. Some work performs by extension, but most sophisticated job -- by web-proxy WIKI2.ORG (you’ll see this little domain in URL). The magic you’ll get: · State-of-the-Art Design. Finally that Wikipedia deserves. & · Variety of Atmospheres. Choose your own theme. · YouTube Integration. Most precise ever made. · Bigger, Immersive Miniatures. You’ll love it. · Extreme Readability. By a dozen of tricks. · Right Click Search. Wiki access from any website. · Connected Articles lookup. No hops, no time loss. · And More than This. Find out by yourselves. More features and perfection been adding every single week. Don’t miss. Want to give us some advanced advice? Take our mail: [email protected]
擴展基本資訊
名稱 | WIKI 2. Wikipedia Republished |
ID | dbnfdljglikamcdljmffmhfionigapkf |
官方網址 | https://chromewebstore.google.com/detail/wiki-2-wikipedia-republis/dbnfdljglikamcdljmffmhfionigapkf |
簡介 | Advanced Magic for Wikipedia. |
檔案大小 | 39.85 KB |
安裝次數 | 8,606 |
目前版本 | 3.4 |
更新時間 | 2021-08-14 |
上架時間 | 2017-01-26 |
評分 | 4.47/5 共 70 次評分 |
開發者 | https://wiki2.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://wiki2.org |
隱私政策頁面URL | https://wiki2.org/en/WIKI2:extension_privacy_policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIKI 2. Wikipedia Republished", "version": "3.4", "manifest_version": 2, "description": "Advanced Magic for Wikipedia.", "homepage_url": "https:\/\/wiki2.org", "background": { "page": "global_page.html" }, "icons": { "16": "Icon-16.png", "32": "Icon-32.png", "43": "Icon-43.png", "48": "Icon-48.png", "53": "Icon-53.png", "128": "Icon-128.png" }, "browser_action": { "default_icon": { "19": "Icon-19.png" }, "default_title": "Wikipedia Advanced" }, "content_scripts": [ { "matches": [ "http:\/\/*.wiki2.org\/*", "https:\/\/*.wiki2.org\/*" ], "js": [ "injected.js", "reach_metric_goal.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "webNavigation", "contextMenus", "https:\/\/*.wiki2.org\/*" ] } |