VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
VisualizeUs là gì?
VisualizeUs là một tiện ích mở rộng Chrome được phát triển bởi https://vi.sualize.us, và tính năng chính của nó là "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".
Ả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 VisualizeUs
Tải xuống các tệp mở rộng VisualizeUs 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
We're a creative community with a mission: To rescue all inspiring and beautiful pictures (and videos) lost in the depths of the web. VisualizeUs helps you collect and connect to the best visual inspiration of the web. Because your eyes deserve their daily dose of beauty.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
URL Chính Thức | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
Mô tả | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
Kích Thước Tệp | 31.66 KB |
Số Lần Cài Đặt | 1,559 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2012-10-10 |
Ngày Phát Hành | 2012-10-10 |
Đánh Giá | 4.19/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://vi.sualize.us |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://vi.sualize.us/help/chrome/ |
URL Trang Trợ Giúp | http://vi.sualize.us/contact/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "VisualizeUs", "description": "VisualizeUs helps you collect and connect to the best visual inspiration of the web.", "version": "1.0.7", "manifest_version": 2, "browser_action": { "default_icon": "tb.png", "default_title": "Post to VisualizeUs", "default_popup": "popup.html" }, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "visualizeus.css" ], "js": [ "visualizeus.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |