Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
什麼是Wikipedia Link Expander?
Wikipedia Link Expander是由jacloar開發的Chrome擴展程式,該擴展的主要功能是“Changes the title text for wikipedia links to be the first paragraph of that page”。
擴展截圖
下載Wikipedia Link Expander擴展crx文件
下載Wikipedia Link Expander擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wikipedia Link Expander is for people who enjoy browsing articles on Wikipedia and exploring all the links. This extension allows you to hover over a link in Wikipedia and view the first paragraph of information in that article so you can read without clicking away. It isn't very good, it is incredibly buggy, and there are probably better alternatives out there, but we wanted to show off our version!
擴展基本資訊
名稱 | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
官方網址 | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
簡介 | Changes the title text for wikipedia links to be the first paragraph of that page |
檔案大小 | 48.91 KB |
安裝次數 | 45 |
目前版本 | 1.0.1 |
更新時間 | 2015-02-08 |
上架時間 | 2015-02-08 |
評分 | 5.00/5 共 4 次評分 |
開發者 | jacloar |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Link Expander", "description": "Changes the title text for wikipedia links to be the first paragraph of that page", "version": "1.0.1", "icons": { "16": "images\/wikipediaicon16.png", "48": "images\/wikipediaicon48.png", "128": "images\/wikipediaicon128.png" }, "permissions": [ "tabs", "activeTab", "contentSettings", "http:\/\/*.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "js": [ "jquery-1.11.2.min.js", "wikipediaHover.js" ] } ] } |