VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Apa itu VisualizeUs?
VisualizeUs adalah ekstensi Chrome yang dikembangkan oleh https://vi.sualize.us, dan fitur utamanya adalah "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VisualizeUs
Unduh file ekstensi VisualizeUs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
URL Resmi | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
Deskripsi | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
Ukuran File | 31.66 KB |
Jumlah Instalasi | 1,559 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2012-10-10 |
Tanggal Publikasi | 2012-10-10 |
Penilaian | 4.19/5 Total 37 Penilaian |
Pengembang | https://vi.sualize.us |
Tipe Pembayaran | free |
Situs Ekstensi | http://vi.sualize.us/help/chrome/ |
URL Halaman Bantuan | http://vi.sualize.us/contact/ |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |