Quotebacks - quote the web
Quote the web and manage your snippets.
Quotebacks - quote the web là gì?
Quotebacks - quote the web là một tiện ích mở rộng Chrome được phát triển bởi https://quotebacks.net, và tính năng chính của nó là "Quote the web and manage your snippets.".
Ả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 Quotebacks - quote the web
Tải xuống các tệp mở rộng Quotebacks - quote the web 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
Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quotebacks - quote the web |
ID | makakhdegdcmmbbhepafcghpdkbemach |
URL Chính Thức | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
Mô tả | Quote the web and manage your snippets. |
Kích Thước Tệp | 429 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2022-01-22 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://quotebacks.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Blogger-Peer-Review/quotebacks |
URL Trang Trợ Giúp | https://github.com/Blogger-Peer-Review/quotebacks/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotebacks - quote the web", "description": "Quote the web and manage your snippets.", "version": "1.1.4", "manifest_version": 2, "permissions": [ "storage", "activeTab", "unlimitedStorage", "contextMenus" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "browser_action": { "default_title": "Options" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "options.html", "styles\/styles.css", "images\/allquotes.png", "images\/editicon.svg", "quoteback-internal.js", "readability.js" ], "commands": { "open-popup": { "description": "Capture a quote from the web", "suggested_key": { "mac": "Ctrl+Shift+S", "windows": "Ctrl+Shift+S", "chromeos": "Ctrl+Shift+S", "default": "Ctrl+Shift+S" } }, "alt-open": { "description": "Alternative quote capture for Firefox", "suggested_key": { "mac": "Alt+S", "windows": "Alt+S", "chromeos": "Alt+S", "default": "Alt+S" } } } } |