GIPHY - New GIF on every new tab
Personal and new GIF every time you open a new tab.
GIPHY - New GIF on every new tabとは何ですか?
GIPHY - New GIF on every new tabはhttps://tobbelindstrom.comによって開発されたChromeの拡張機能で、その主な機能は「Personal and new GIF every time you open a new tab.」です。
拡張機能のスクリーンショット
GIPHY - New GIF on every new tab拡張機能のCRXファイルをダウンロード
GIPHY - New GIF on every new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces your new tab screen with a personal search query of GIFs. The search query is saved between tabs, so open your new tabs and enjoy the GIFs. The initial search query is "kitten". Why? Because everyone loves kittens. Using GIPHY api to request the GIFs.
拡張機能の基本情報
名前 | GIPHY - New GIF on every new tab |
ID | kgklkljgojpgimcnmcbliciinihjnfgf |
公式URL | https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf |
説明 | Personal and new GIF every time you open a new tab. |
ファイルサイズ | 201 KB |
インストール数 | 75 |
現在のバージョン | 2.0.0 |
最終更新日 | 2020-10-08 |
公開日 | 2020-03-27 |
開発者 | https://tobbelindstrom.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gunnarx2/chrome-extension-giphy/ |
ヘルプページのURL | https://github.com/gunnarx2/chrome-extension-giphy/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIPHY - New GIF on every new tab", "description": "Personal and new GIF every time you open a new tab.", "version": "2.0.0", "manifest_version": 2, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "minimum_chrome_version": "54" } |