Liquid | Reader Chrome Extension
Adds Visual-Meta information based on BibTeX for easier citing
Liquid | Reader Chrome Extension là gì?
Liquid | Reader Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.liquid.info, và tính năng chính của nó là "Adds Visual-Meta information based on BibTeX for easier citing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Liquid | Reader Chrome Extension
Tải xuống các tệp mở rộng Liquid | Reader Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An extension to add Visual-Meta automatically to PDF documents on download, initially from the ACM Digital Library, to support reading in Liquid | Reader and Copying As Citation. http://www.liquid.info/reader.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Liquid | Reader Chrome Extension |
ID | hiakeefbeagihpjbpigopaakdhajadbl |
URL Chính Thức | https://chromewebstore.google.com/detail/liquid-reader-chrome-exte/hiakeefbeagihpjbpigopaakdhajadbl |
Mô tả | Adds Visual-Meta information based on BibTeX for easier citing |
Kích Thước Tệp | 97.14 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-09-07 |
Ngày Phát Hành | 2019-09-06 |
Nhà Phát Triển | https://www.liquid.info |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liquid | Reader Chrome Extension", "description": "Adds Visual-Meta information based on BibTeX for easier citing", "version": "1.1", "icons": { "128": "images\/icons\/icon_128.png" }, "browser_action": { "default_icon": "images\/icons\/icon.png", "default_popup": "html\/liquid-reader-popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/dl.acm.org\/*", "http:\/\/delivery.acm.org\/*", "https:\/\/portalparts.acm.org\/*" ], "js": [ "js\/liquid-reader-content-script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/pdf-lib\/dist\/pdf-lib.js; object-src 'self'", "background": { "scripts": [ "js\/liquid-reader-background-script.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*" ], "permissions": [ "https:\/\/dl.acm.org\/*" ] } |