Full Screen Viewer for Instagram
Creates a picture frame from Instagram Images v1.5
Full Screen Viewer for Instagramとは何ですか?
Full Screen Viewer for Instagramはhttp://jacques-applebaum.comによって開発されたChromeの拡張機能で、その主な機能は「Creates a picture frame from Instagram Images v1.5」です。
拡張機能のスクリーンショット
Full Screen Viewer for Instagram拡張機能のCRXファイルをダウンロード
Full Screen Viewer for Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Creates a photo magazine from Instagram photos. This extension works on instagram.com. When you navigate there it will create a picture frame from your Instagram feed. Press the "Slideshow" button to enter picture frame mode. Double click anywhere in the frame to pause the stream. Click "Add Images" to add images to the picture frame. There are themes to choose from and other settings when you click on the extension icon. ** This is not affiliated with Instagram. I made this myself. ** Feel free to send me an email with feedback. Jacques dot Applebaum @ gmail
拡張機能の基本情報
名前 | |
ID | loaoibajbaeflfkkbclalljffkhnffgj |
公式URL | https://chrome.google.com/webstore/detail/full-screen-viewer-for-in/loaoibajbaeflfkkbclalljffkhnffgj |
説明 | Creates a picture frame from Instagram Images v1.5 |
ファイルサイズ | 64.33 KB |
インストール数 | 1,000 |
現在のバージョン | 1.5 |
最終更新日 | 2021-11-17 |
公開日 | 2020-06-23 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | http://jacques-applebaum.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://jacques-applebaum.com |
ヘルプページのURL | https://jacques-applebaum.com/ja_art/chrome_ext |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen Viewer for Instagram", "version": "1.5", "description": "Creates a picture frame from Instagram Images v1.5", "icons": { "16": "icon.png", "64": "woman_hat_64_icon.png", "128": "woman_hat_128px_icon.png" }, "incognito": "spanning", "web_accessible_resources": [ "d2.wasm" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "jquery-3.3.1.min.js", "d2.js", "content.js" ], "css": [ "styles.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |