MobileCards - Open web pages in mobile view
You can view/operate multiple web pages in mobile view under one chrome tab.
MobileCards - Open web pages in mobile viewคืออะไร?
MobileCards - Open web pages in mobile view เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solan และคุณลักษณะหลักของมันคือ "You can view/operate multiple web pages in mobile view under one chrome tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MobileCards - Open web pages in mobile view
ดาวน์โหลดไฟล์ส่วนขยาย MobileCards - Open web pages in mobile view ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension lets you bring up all your website on one dashboard (a tab) which you visit frequently in a day. The best part is you can use it as if you are browsing on your mobile. Yes it renders in mobile view. So all the important stuff on one page like reminders, calenders, news, twitter, stock market prices. Existing bugs: * Some of the major mail provider web app doesn't work. I am really sorry for that Fix: * Linkedin chat works * twitter and twitter-deck works.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MobileCards - Open web pages in mobile view |
ID | aeanpfpdmamkinnbemccekbecfcbooai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mobilecards-open-web-page/aeanpfpdmamkinnbemccekbecfcbooai |
คำอธิบาย | You can view/operate multiple web pages in mobile view under one chrome tab. |
ขนาดไฟล์ | 692 KB |
จำนวนการติดตั้ง | 1,415 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2019-12-10 |
วันที่เผยแพร่ | 2019-12-05 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Solan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MobileCards - Open web pages in mobile view", "description": "You can view\/operate multiple web pages in mobile view under one chrome tab.", "version": "0.5", "icons": { "16": "src\/icon16.png", "48": "src\/icon48.png", "128": "src\/icon128.png" }, "browser_action": { "default_icon": { "19": "src\/icon19.png", "38": "src\/icon38.png" } }, "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |