GIFMAGAZINE for Chrome
Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.
GIFMAGAZINE for Chromeとは何ですか?
GIFMAGAZINE for Chromeはhttps://gifmagazine.netによって開発されたChromeの拡張機能で、その主な機能は「Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop.」です。
拡張機能のスクリーンショット
GIFMAGAZINE for Chrome拡張機能のCRXファイルをダウンロード
GIFMAGAZINE for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search cool GIFs and Stickers in GIFMAGAZINE and embed it to your target with drag and drop! You can also copy the HTML or GIF URL and paste it into your target. Search for popular movies, anime, creators' GIFs, etc. from GIFMAGAZINE, one of Japan's largest GIF platform. * Drag and drop behavior depends on the website you are dropping on, they may correctly display the GIF, or they may insert a link.
拡張機能の基本情報
名前 | GIFMAGAZINE for Chrome |
ID | eophboegjhcgkopdmkibfpcplcjhpemb |
公式URL | https://chromewebstore.google.com/detail/gifmagazine-for-chrome/eophboegjhcgkopdmkibfpcplcjhpemb |
説明 | Search GIFs in GIFMAGAZINE, and embed it to your editor with drag and drop. |
ファイルサイズ | 47.95 KB |
インストール数 | 144 |
現在のバージョン | 1.3.2 |
最終更新日 | 2021-07-29 |
公開日 | 2017-10-26 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | https://gifmagazine.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gifmagazine.net/ |
ヘルプページのURL | https://gifmagazine.net/help |
プライバシーポリシーページのURL | https://gifmagazine.net/settings/rule |
対応言語 | en,ja |
manifest.json | |
{ "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "__MSG_app_browser_title__" }, "content_scripts": [ { "js": [ "popup.html" ], "matches": [ "http:\/\/*\/" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_description__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjXQQ3jH17qKqoWKtolfxaMI2uB4tqBv8SObWskmjvNSgsK8ckrRNqbX3QOxT2J1PzGnqEA+ntHW\/3TXkWRi9U+Jxmfy+KN+iB3XeEu+TBDKsSQ8ODqUZYVRVZuD6wLXuAPwsOwJT0VonsGyOGXYUsd2tMRsSeQ34bDIPdcM1zqR\/BeCeAiz8yTh2yP5mlKGiF+Ql\/1l98F8zkzK6FCPmDUYMhgiyPe7e3DZibOpLIVR10XJzmdX1ZuGmmFh8SOxvMB0seefr+6nHlZphgrJwKN\/MTUYN84jwvCCreVY7ygJXnExyLnFb1qSLRijZJWQPMP9L+GYI5WikJuw\/iqjiswIDAQAB", "manifest_version": 2, "name": "GIFMAGAZINE for Chrome", "permissions": [ "http:\/\/gifmagazine.net\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.2" } |