Roamit
Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.
Roamitคืออะไร?
Roamit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ahmadali shafiee และคุณลักษณะหลักของมันคือ "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roamit
ดาวน์โหลดไฟล์ส่วนขยาย Roamit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
► Share the webpage you're reading to your other devices* and continue there with just a click! ► Integrate Chrome with Windows Timeline, and have your browsing activity history there automatically on all of your Windows 10 devices. (This feature is optional and can be disabled) ○ Link sharing works on Chrome on Windows, Mac and Linux. ○ Uploading activity to Windows Timeline works on all operating systems as well, but viewing activities is only available on Windows 10 devices. * Your Windows devices will need to be signed in with the same Microsoft account, and your Android devices will need to have Roamit app installed from Google Play Store.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roamit |
ID | ighnlholdodepefajbkbjcedobmggmlk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roamit/ighnlholdodepefajbkbjcedobmggmlk |
คำอธิบาย | Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly. |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 958 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2018-08-20 |
วันที่เผยแพร่ | 2018-08-20 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | ahmadali shafiee |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roamit", "description": "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.", "version": "0.2.2", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-3.3.1.min.js", "initScript.js", "consts.js", "common.js", "remoteSessions.js", "background.js", "background-timeline.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "tabs", "sessions", "alarms", "https:\/\/roamit.ghiasi.net\/*" ] } |