Chrome Device Tab Manager
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
Chrome Device Tab Managerคืออะไร?
Chrome Device Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://seanssmith.com และคุณลักษณะหลักของมันคือ "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Device Tab Manager
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Device Tab Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click the device name to restore all the tabs in a new window or click on the individual tab to open in a new tab. You must be signed in to chrome on your device and have syncing turned on (it's on by default). Instructions can be found here: https://support.google.com/chrome/answer/185277
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gmocgmijffnnlfpidkoobkmoadpaojkp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp |
คำอธิบาย | See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click… |
ขนาดไฟล์ | 1.76 MB |
จำนวนการติดตั้ง | 399 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-03-15 |
วันที่เผยแพร่ | 2016-03-15 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://seanssmith.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sean-smith/koala |
URL หน้าช่วยเหลือ | https://github.com/sean-smith/koala/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://seanssmith.net/copyright.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Device Tab Manager", "version": "0.2", "permissions": [ "sessions", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Tabs open on your devices.", "default_icon": "images\/iphone-128x128.png", "default_popup": "popup.html" }, "icons": { "48": "images\/iphone-48x48.png", "128": "images\/iphone-128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |