Mobile Browser Simulator UserAgent Switcher
Listens for changes to a DOM node attribute in a page and sets the browser's useragent according to the contents of that attribute.
Mobile Browser Simulator UserAgent Switcher là gì?
Mobile Browser Simulator UserAgent Switcher là một tiện ích mở rộng Chrome được phát triển bởi IBM MobileFirst Platform, và tính năng chính của nó là "Listens for changes to a DOM node attribute in a page and sets the browser's useragent according to the contents of that attribute.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mobile Browser Simulator UserAgent Switcher
Tải xuống các tệp mở rộng Mobile Browser Simulator UserAgent Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
IBM Mobile Browser Simulator UserAgent Switcher changes the useragent per device in the Mobile Browser Simulator. The UserAgent Switcher extension is for use in the IBM MobileFirst Mobile Browser Simulator only.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mobile Browser Simulator UserAgent Switcher |
ID | dcljefehlpjmoefgoohaobehbenocmkg |
URL Chính Thức | https://chromewebstore.google.com/detail/mobile-browser-simulator/dcljefehlpjmoefgoohaobehbenocmkg |
Mô tả | Listens for changes to a DOM node attribute in a page and sets the browser's useragent according to the contents of that attribute. |
Kích Thước Tệp | 47.07 KB |
Số Lần Cài Đặt | 3,951 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2015-02-27 |
Ngày Phát Hành | 2015-02-27 |
Đánh Giá | 1.91/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | IBM MobileFirst Platform |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.ibm.com/developerworks/mobile/worklight/ |
URL Trang Trợ Giúp | http://stackoverflow.com/questions/tagged/worklight |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.7", "manifest_version": 2, "description": "__MSG_extDescription__", "minimum_chrome_version": "17", "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*MobileBrowserSimulator\/*" ], "run_at": "document_idle", "js": [ "lib\/dojo\/dojo.js", "observer.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "lib\/dojo\/dojo.js", "inject.js" ] } ], "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "web_accessible_resources": [ "dojo_useragent.js" ] } |