Server Switcher for Google Chrome™
Easily switches a website between development and production webservers
Server Switcher for Google Chrome™คืออะไร?
Server Switcher for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Lawley และคุณลักษณะหลักของมันคือ "Easily switches a website between development and production webservers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server Switcher for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Server Switcher for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Server Switcher allows you to switch between pages on a production website and a development version with a single click. If you develop websites and frequently find yourself wanting to switch to the development/production version of the page you're on, this addon is for you. It is a port of the excellent Server Switcher addon for Firefox, which I had used for a long time before switching to Chrome. The Firefox addon can be found at http://hermann.czedik.net/projekte/switcher/ Note about multiple servers - I've had a number of requests in the reviews and bad reviews because I only support two servers per profile. I have no plans to change this - my extension is for a quick switch between live/dev. Adding more servers requires either a dropdown (2 clicks) or multiple icons, neither of which are not what I intended. If you need support for multiple servers per profile, I suggest you try multiswitch, rather than leaving a bad review saying that my extension doesn't do what it's not intended to do! Source code for the extension can be found at https://github.com/richardlawley/server-switcher Revision History ----------------------- 0.3: Updated to Manifest version 3 0.2: Allowed single hostnames in URL, such as http://localhost/ and http://development/ 0.1: Initial Version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Server Switcher for Google Chrome™ |
ID | klbfleninpbmppkdafkdclidomgphcde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/server-switcher-for-googl/klbfleninpbmppkdafkdclidomgphcde |
คำอธิบาย | Easily switches a website between development and production webservers |
ขนาดไฟล์ | 61.7 KB |
จำนวนการติดตั้ง | 1,727 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2013-06-15 |
วันที่เผยแพร่ | 2013-06-15 |
คะแนน | 3.65/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Richard Lawley |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.richardlawley.com/software/serverswitcher/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Server Switcher for Google Chrome\u2122", "description": "Easily switches a website between development and production webservers", "version": "0.3", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "options_page": "options.html", "page_action": { "default_title": "Server Switcher for Google Chrome\u2122" }, "permissions": [ "tabs" ] } |