copy-abstract-as-iframe
You can copy iframe text for embed Abstract.
copy-abstract-as-iframe là gì?
copy-abstract-as-iframe là một tiện ích mở rộng Chrome được phát triển bởi hirataakira6, và tính năng chính của nó là "You can copy iframe text for embed Abstract.".
Ả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 copy-abstract-as-iframe
Tải xuống các tệp mở rộng copy-abstract-as-iframe 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
You can copy iframe text for embed Abstract.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | copy-abstract-as-iframe |
ID | jbjkajfamjnbodelakepcbfioogeihbd |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-abstract-as-iframe/jbjkajfamjnbodelakepcbfioogeihbd |
Mô tả | You can copy iframe text for embed Abstract. |
Kích Thước Tệp | 262 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-03-25 |
Ngày Phát Hành | 2020-03-25 |
Nhà Phát Triển | hirataakira6 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/psephopaiktes/copy-abstract-as-iframe |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "copy-abstract-as-iframe", "author": "Akira HIRATA", "description": "You can copy iframe text for embed Abstract.", "version": "1.0.5", "manifest_version": 2, "web_accessible_resources": [ "*" ], "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.goabstract.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/*.abstract.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/app.goabstract.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/app.abstract.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/share.goabstract.com\/*" ], "js": [ "script.js" ] } ] } |