Visual Inspector
Collaboration tool for website feedback and fixing design bugs.
Visual Inspectorคืออะไร?
Visual Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manish และคุณลักษณะหลักของมันคือ "Collaboration tool for website feedback and fixing design bugs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Visual Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Say hello to Visual Inspector - Delightful Chrome extension for designers to inspect / edit live web pages without coding. Thousands of awesome designers-like-you use Visual Inspectors to review and launch Millions of pixel-perfect web pages every month with peace of mind. Visual Inspector is your ultimate in-browser design tool and gives your all features in one place: - Inspect and Change all design properties in web page like position, opacity, colors, gradient, typography etc. - Edit website text inline without coding. - Download changes as CSS / PNG and share it with other stakeholders. - Get fonts, colors and assets from website in one click. - Download screenshots from website. - Change website theme. Built for designers by designers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efaejpgmekdkcngpbghnpcmbpbngoclc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/visual-inspector/efaejpgmekdkcngpbghnpcmbpbngoclc |
คำอธิบาย | Collaboration tool for website feedback and fixing design bugs. |
ขนาดไฟล์ | 287 KB |
จำนวนการติดตั้ง | 80,000 |
เวอร์ชันปัจจุบัน | 1.0.27 |
อัปเดตครั้งล่าสุด | 2019-05-19 |
วันที่เผยแพร่ | 2019-05-19 |
คะแนน | 4.30/5 รวมทั้งหมด 106 คะแนน |
ผู้พัฒนา | Manish |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.canvasflip.com/visual-inspector |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visual Inspector", "manifest_version": 2, "version": "1.0.27", "description": "Collaboration tool for website feedback and fixing design bugs.", "icons": { "16": "img\/logo_inspector_16x16.png", "22": "img\/logo_inspector_22x22.png", "24": "img\/logo_inspector_24x24.png", "32": "img\/logo_inspector_32x32.png", "48": "img\/logo_inspector_48x48.png" }, "options_page": "option.html", "devtools_page": "devtools.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/logo_inspector_16x16.png", "default_title": "Visual Inspector" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "resources\/commentbox.html", "resources\/editor.html", "resources\/editor.css", "resources\/codemirror\/codemirror.css", "resources\/codemirror\/material.css", "img\/logo_inspector.png", "img\/logo_inspector_blue.png", "img\/power.svg", "img\/icon-fb.svg", "img\/icon-fb-2.svg", "img\/icon-google.svg", "img\/icon-google-2.svg" ], "externally_connectable": { "matches": [ "*:\/\/*.canvasflip.com\/*", "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "loading\/loading.css" ], "js": [ "loading\/loading.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "contextMenus", "storage", "unlimitedStorage" ] } |