GIF Tabs
Gives you a fun new animated gif in every fresh tab
GIF Tabsとは何ですか?
GIF TabsはJeremy Gillickによって開発されたChromeの拡張機能で、その主な機能は「Gives you a fun new animated gif in every fresh tab」です。
拡張機能のスクリーンショット
GIF Tabs拡張機能のCRXファイルをダウンロード
GIF Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web.
You can see the history of gifs shown and favorite the ones you like.
Source code: https://github.com/jgillick/gif_tabs 拡張機能の基本情報
| 名前 | |
| ID | jalcacajhmhkljdkkdnlfmnebdfkijjk |
| 公式URL | https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk |
| 説明 | Gives you a fun new animated gif in every fresh tab |
| ファイルサイズ | 1.48 MB |
| インストール数 | 109 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2020-03-04 |
| 公開日 | 2020-03-03 |
| 評価 | 1.50/5 合計 2 レビュー |
| 開発者 | Jeremy Gillick |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jgillick/gif_tabs |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GIF Tabs",
"description": "Gives you a fun new animated gif in every fresh tab",
"version": "1.2.1",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "images\/logo_16x16.png",
"48": "images\/logo_48x48.png",
"128": "images\/logo_128x128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |