Google View Image - Viewpix
View & Download Google images in one click. Bring back Google's "view image" button
Google View Image - Viewpix là gì?
Google View Image - Viewpix là một tiện ích mở rộng Chrome được phát triển bởi http://viewpix.co, và tính năng chính của nó là "View & Download Google images in one click. Bring back Google's "view image" button".
Ả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 Google View Image - Viewpix
Tải xuống các tệp mở rộng Google View Image - Viewpix 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
Viewpix allows you to bring back the "view image" button from google. Here is the summary of the features- - view image - download image - download multiple images - clean interface - integrated design - select image quality (coming soon) Privacy Policy - http://viewpix.co/privacy_policy.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kikihdapidjhcbedbbmgnkdhgmboejki |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki |
Mô tả | View & Download Google images in one click. Bring back Google's "view image" button |
Kích Thước Tệp | 89.83 KB |
Số Lần Cài Đặt | 355 |
Phiên Bản Hiện Tại | 0.24 |
Cập Nhật Lần Cuối | 2018-03-19 |
Ngày Phát Hành | 2018-03-19 |
Đánh Giá | 4.13/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | http://viewpix.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://viewpix.co/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google View Image - Viewpix", "short_name": "Viewpix for Google Images", "description": "View & Download Google images in one click. Bring back Google's \"view image\" button ", "version": "0.24", "icons": { "16": "viewpixicon16.png", "48": "viewpixicon48.png", "128": "viewpixicon128.png", "256": "viewpixicon256.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.inonapp.in\/ https:\/\/*.viewpix.co; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "bootstrap.min.js", "content.js" ], "run_at": "document_end", "css": [ "content.css" ] } ], "browser_action": { "default_icon": "viewpixicon64.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [] } |