Wikipedia Inline References
Information about a source at a glance. Inserts Wikipedia reference information inline, next to where it was mentioned.
什麼是Wikipedia Inline References?
Wikipedia Inline References是由Wikipedia Inline References開發的Chrome擴展程式,該擴展的主要功能是“Information about a source at a glance. Inserts Wikipedia reference information inline, next to where it was mentioned.”。
擴展截圖
下載Wikipedia Inline References擴展crx文件
下載Wikipedia Inline References擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wikipedia Inline References inserts the reference information that normally appears at the bottom of the page directly next to where it was mentioned, in the flow of the text. This allows the reader to get an idea of what the source of the information they are reading is, without jumping around the page. It also allows the reader to avoid using the tool-tip feature Wikipedia already has, which is useful when reading when not near the mouse, or simply to save the step of hovering the mouse over the reference. By keeping the references in context, this extension allows the reader to verify wiki sources, without losing their spot. Current features: - Highlight the reference info with any color you'd like (or leave it white to have none). -Change the color of the reference text. -Change the color of reference links. Planned features: -Select which information from the citation that you'd like to be inserted (just the link, the title, the author... etc).
擴展基本資訊
名稱 | |
ID | apelegaobhcbjnhfhhhjielpgajjdlij |
官方網址 | https://chrome.google.com/webstore/detail/wikipedia-inline-referenc/apelegaobhcbjnhfhhhjielpgajjdlij |
簡介 | Information about a source at a glance. Inserts Wikipedia reference information inline, next to where it was mentioned. |
檔案大小 | 8.86 KB |
安裝次數 | 70 |
目前版本 | 0.1 |
更新時間 | 2014-09-30 |
上架時間 | 2014-09-30 |
評分 | 3.00/5 共 1 次評分 |
開發者 | Wikipedia Inline References |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Inline References", "version": "0.1", "author": "Wikipedia Inline References", "description": "Information about a source at a glance. Inserts Wikipedia reference information inline, next to where it was mentioned.", "background": { "page": "background.html" }, "icons": { "16": "logo16x16.png", "48": "logo48x48.png", "128": "logo128x128.png" }, "web_accessible_resources": [ "background.html" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [], "js": [ "script.js" ] } ], "permissions": [ "activeTab", "http:\/\/*\/", "storage" ] } |