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ファイルをダウンロード
Mobile Pinterest for PC/MAC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'" } |