Mobile Pinterest for PC/MAC
Bring mobile Pinterest experience to desktop.
Mobile Pinterest for PC/MAC란 무엇입니까?
Mobile Pinterest for PC/MAC은(는) Mobile Exp. Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring mobile Pinterest experience to desktop."입니다.
확장 프로그램 스크린샷
Mobile Pinterest for PC/MAC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this lightweight window, you can browse Pinterest as if you were on a smartphone.
확장 프로그램 기본 정보
이름 | Mobile Pinterest for PC/MAC |
ID | fjbjobpmgmgpcbdndpelgbfhnfjaacil |
공식 URL | https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil |
설명 | Bring mobile Pinterest experience to desktop. |
파일 크기 | 60.38 KB |
설치 횟수 | 2,665 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-08-28 |
출시 날짜 | 2018-08-28 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Mobile Exp. Studio |
결제 유형 | free |
지원되는 언어 | en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "browser_action": { "default_icon": "pinterest_128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.pinterest.com\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.pinterest.com\/*" ], "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/misc.notif.me https:\/\/ssl.google-analytics.com; object-src 'self'" } |