Roamit
Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.
Roamit란 무엇입니까?
Roamit은(는) ahmadali shafiee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly."입니다.
확장 프로그램 스크린샷
Roamit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
► 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\/*" ] } |