View Link
Ver links de imagenes, botones, iframes y click derecho en botones, puedes usarlo en Appen.
View Link là gì?
View Link là một tiện ích mở rộng Chrome được phát triển bởi https://f8task.blogspot.com, và tính năng chính của nó là "Ver links de imagenes, botones, iframes y click derecho en botones, puedes usarlo en Appen.".
Ả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 View Link
Tải xuống các tệp mở rộng View Link 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
📌Extensión que permite mostrar los enlaces de las imágenes, botones, iframes mostradas en las páginas web. Click derecho automático en botones, puedes usarlo para Appen. ☑️ Suscríbete al canal de la comunidad: https://bit.ly/subf8task ✅ Únete a nuestro discord: https://discord.gg/qUzdUbcYaQ
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | View Link |
ID | ckoholpkfeplpibfngdgophbcncmabdh |
URL Chính Thức | https://chromewebstore.google.com/detail/view-link/ckoholpkfeplpibfngdgophbcncmabdh |
Mô tả | Ver links de imagenes, botones, iframes y click derecho en botones, puedes usarlo en Appen. |
Kích Thước Tệp | 67 KB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-08-04 |
Ngày Phát Hành | 2021-08-03 |
Nhà Phát Triển | https://f8task.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
URL Trang Trợ Giúp | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
URL Trang Chính Sách Bảo Mật | https://f8task.blogspot.com/p/terminos-y-condiciones.html |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View Link", "description": "Ver links de imagenes, botones, iframes y click derecho en botones, puedes usarlo en Appen.", "version": "1.0", "author": "Juffyto", "icons": { "16": "\/src\/img\/icon.png", "128": "\/src\/img\/icon.png" }, "background": { "scripts": [ "src\/js\/controller_bc.js", "src\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "\/src\/img\/icon.png", "default_title": "Click", "default_popup": "index.html" }, "permissions": [ "storage", "tabs", "https:\/\/*.appen.com\/*", "https:\/\/view.appen.io\/*", "https:\/\/ia.appen.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/account.appen.com\/*", "https:\/\/view.appen.io\/*" ], "js": [ "src\/js\/jquery-3.6.0.min.js", "src\/js\/content.js" ], "css": [], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |