Excavator for Google Chrome™
Excavator makes it easy for web designers to collect responsive screenshots and typography
Excavator for Google Chrome™คืออะไร?
Excavator for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://excavator.io และคุณลักษณะหลักของมันคือ "Excavator makes it easy for web designers to collect responsive screenshots and typography"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Excavator for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Excavator for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | imdefaniknoaemfngbhdhbebkdecibol |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol |
คำอธิบาย | Excavator makes it easy for web designers to collect responsive screenshots and typography |
ขนาดไฟล์ | 191 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2013-05-18 |
วันที่เผยแพร่ | 2013-05-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://excavator.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://excavator.io |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Excavator for Google Chrome\u2122", "version": "0.0.2", "manifest_version": 2, "description": "Excavator makes it easy for web designers to collect responsive screenshots and typography", "homepage_url": "http:\/\/excavator.io", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/typekit.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_title": "Collect responsive screenshots and typography with Excavator!", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/typekit.com\/", "tabs" ] } |