Citation Plus
Get accurate citations for a webpage in APA, MLA, and Chicago format.
什麼是Citation Plus?
Citation Plus是由Leaf Group開發的Chrome擴展程式,該擴展的主要功能是“Get accurate citations for a webpage in APA, MLA, and Chicago format.”。
擴展截圖
下載Citation Plus擴展crx文件
下載Citation Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is powered by penandthepad.com and gives an instant citation for a webpage. Users can choose between APA, MLA, and Chicago style citation formats.
擴展基本資訊
名稱 | Citation Plus |
ID | pbdamccljaemodcomdonapckfbdfefek |
官方網址 | https://chromewebstore.google.com/detail/citation-plus/pbdamccljaemodcomdonapckfbdfefek |
簡介 | Get accurate citations for a webpage in APA, MLA, and Chicago format. |
檔案大小 | 30.81 KB |
安裝次數 | 5,812 |
目前版本 | 1.5 |
更新時間 | 2018-09-12 |
上架時間 | 2018-09-12 |
評分 | 4.60/5 共 5 次評分 |
開發者 | Leaf Group |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://penandthepad.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Citation Plus", "version": "1.5", "description": "Get accurate citations for a webpage in APA, MLA, and Chicago format.", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/citation16.png", "32": "images\/citation32.png", "48": "images\/citation48.png", "128": "images\/citation128.png" } }, "icons": { "16": "images\/citation16.png", "32": "images\/citation32.png", "48": "images\/citation48.png", "128": "images\/citation128.png" }, "manifest_version": 2 } |