Apiary Browser Extension
Apiary Browser Extension
Apiary Browser Extension là gì?
Apiary Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://apiary.io, và tính năng chính của nó là "Apiary Browser Extension".
Ả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 Apiary Browser Extension
Tải xuống các tệp mở rộng Apiary Browser 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
This is an Apiary Console request calling extension. It’s using the browser’s capabilities to talk to the target server, but it does not suffer from all the CORS limitations. More details are available on its Apiary Help site at https://help.apiary.io/tools/interactive-documentation/#console
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apiary Browser Extension |
ID | cboekbiaoabkhgjdclenjpipclabkdga |
URL Chính Thức | https://chromewebstore.google.com/detail/apiary-browser-extension/cboekbiaoabkhgjdclenjpipclabkdga |
Mô tả | Apiary Browser Extension |
Kích Thước Tệp | 78.19 KB |
Số Lần Cài Đặt | 7,509 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2019-05-25 |
Ngày Phát Hành | 2019-05-25 |
Nhà Phát Triển | https://apiary.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://apiary.io |
URL Trang Trợ Giúp | https://help.apiary.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apiary Browser Extension", "short_name": "Apiary", "description": "Apiary Browser Extension", "version": "2.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/*.apiary.test:*\/*", "*:\/\/*.apiary.io\/*", "*:\/\/*.apiary-staging.in\/*", "*:\/\/*.apicurious.com\/*" ] }, "background": { "scripts": [ "build\/extension.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.apiary.io\/*", "*:\/\/*.apiary-staging.in\/*", "*:\/\/*.apicurious.com\/*" ], "js": [ "build\/detect.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icon16.png" ] } |