WebCite
Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite
什么是WebCite?
WebCite是由Dan co. development开发的Chrome扩展程序,该扩展的主要功能是“Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite”。
扩展截图
下载WebCite扩展crx文件
下载WebCite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Automatically Cite Web Pages - Single Click - Edit Citation Format - Manually Tweak Citations - Export (Google Docs and more) - No Adds - Updated Frequently to Optimize Algorithms - Supports: MLA and APA - Credibility stats frequently updated - Fast and lightweight - Utilizes of multiple bibliographies at once
扩展基本信息
名称 | WebCite |
ID | eedcgdapkfgbfdknngcpiphmfifgonji |
官方URL | https://chromewebstore.google.com/detail/webcite/eedcgdapkfgbfdknngcpiphmfifgonji |
简介 | Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite |
文件大小 | 2.32 MB |
安装次数 | 2,889 |
当前版本 | 4.4.9 |
更新时间 | 2021-07-18 |
上架时间 | 2019-12-15 |
评分 | 4.33/5 共6次评分 |
开发者 | Dan co. development |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/webcite-terms-of-service |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebCite", "description": "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite", "version": "4.4.9", "author": "dandevelopment", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "cite.html" }, "offline_enabled": true, "background": { "scripts": [ "gdocs.js", "backround.js", "tools.js" ] }, "oauth2": { "client_id": "697231731558-78un0rrdccfqn4cm5k3hqni0t95oh41r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "identity", "contextMenus", "tabs", "https:\/\/www.easybib.com\/credibility\/index\/json", "downloads", "downloads.open" ], "icons": { "128": "assets\/ezcite128.png", "48": "assets\/ezcite48.png", "16": "assets\/ezcite16.png" } } |