Give me a GIF!
A great tool to kill your productivity
Give me a GIF!とは何ですか?
Give me a GIF!はhttps://alberto.ccによって開発されたChromeの拡張機能で、その主な機能は「A great tool to kill your productivity」です。
拡張機能のスクリーンショット
Give me a GIF!拡張機能のCRXファイルをダウンロード
Give me a GIF!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs. 拡張機能の基本情報
| 名前 | |
| ID | lnilkliokcnoaiodkamnegebhnmckacd |
| 公式URL | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
| 説明 | A great tool to kill your productivity |
| ファイルサイズ | 50.01 KB |
| インストール数 | 17 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2021-02-01 |
| 公開日 | 2019-10-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://alberto.cc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Give me a GIF!",
"short_name": "GIF!",
"description": "A great tool to kill your productivity",
"version": "1.2",
"author": "Alberto Cabeza Cardiel",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
}
}
} | |