The Webguy Tools
A set of easy to access tools that each webmaster needs!
The Webguy Toolsคืออะไร?
The Webguy Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.sagive.co.il และคุณลักษณะหลักของมันคือ "A set of easy to access tools that each webmaster needs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Webguy Tools
ดาวน์โหลดไฟล์ส่วนขยาย The Webguy Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Web Guy Tools is a collection of tools, Sites and information every web designer, Web marketing expert & programmer needs. Also, I have connected this addon to a Wordpress database so I promise to update and improve The Web Guy Tools over time. I have linked to the describing post on my website for additional support and you can also comment there and offer additional tools I might have missed or you just created. (icons by www.turbomilk.com) This was created by Sagive SEO
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chnkjhdghimojhnjpmgeikhkodjlongi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-webguy-tools/chnkjhdghimojhnjpmgeikhkodjlongi |
คำอธิบาย | A set of easy to access tools that each webmaster needs! |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2013-10-20 |
วันที่เผยแพร่ | 2013-10-20 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.sagive.co.il |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
URL หน้าช่วยเหลือ | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Webguy Tools", "version": "0.0.2", "manifest_version": 2, "description": "A set of easy to access tools that each webmaster needs!", "homepage_url": "http:\/\/www.sagive.co.il\/english\/seo-blog\/the-webguy-tools\/", "icons": { "16": "icons\/webmastertools-16.png", "48": "icons\/webmaster-toolbox-48.png", "128": "icons\/webmaster-toolbox-128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/webmastertools-19.png", "default_title": "Find Tool", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.sagive.co.il\/tools\/webmaster-tools\/*" ], "js": [ "js\/jquery\/jquery.min.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |