Isolator Chrome Extension
The extensions opens a tab that is redirected to a a contained session
Isolator Chrome Extensionคืออะไร?
Isolator Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cloudpurge developers และคุณลักษณะหลักของมันคือ "The extensions opens a tab that is redirected to a a contained session"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Isolator Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Isolator Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Safe remote browsing extension Allowing browsing in a remote contained environment The software is provided "as-is," without any express or implied warranty.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Isolator Chrome Extension |
ID | ppbdfacganomndfendjinolhobbacnhk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk |
คำอธิบาย | The extensions opens a tab that is redirected to a a contained session |
ขนาดไฟล์ | 38.28 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2017-09-14 |
วันที่เผยแพร่ | 2017-09-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | cloudpurge developers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.cloudpurge.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Isolator Chrome Extension", "description": "The extensions opens a tab that is redirected to a a contained session", "version": "1.0.3", "browser_action": { "default_icon": "icecube.png", "default_popup": "ice.html" }, "permissions": [ "activeTab", "cookies", "https:\/\/prod.cloudpurge.com\/", "http:\/\/cpld\/", "contextMenus", "bookmarks" ] } |