GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Что такое GIF the Web?
GIF the Web - это расширение Chrome, разработанное Andy Freeland, и его основная функция - "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Снимки экрана расширения
Скачать файл CRX расширения GIF the Web
Скачайте файлы расширений GIF the Web в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Have you ever wished Facebook animated GIFs like a real website?
Have you ever wanted gchat (including hangouts!) to show images inline?
Well, now they do. The web just got more awesome.
Now with Google Hangouts support! Основная информация о расширении
| Название | |
| ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
| Официальный URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
| Описание | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
| Размер файла | 85.61 KB |
| Количество установок | 292 |
| Текущая Версия | 0.7.4 |
| Последнее Обновление | 2016-08-01 |
| Дата публикации | 2016-08-01 |
| Рейтинг | 5.00/5 Всего 9 оценок |
| Разработчик | Andy Freeland |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/rouge8/gif-the-web#readme |
| URL страницы помощи | https://github.com/rouge8/gif-the-web/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GIF the Web",
"version": "0.7.4",
"manifest_version": 2,
"description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
"homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web",
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.facebook.com\/*",
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery.js",
"sites\/facebook.com.js"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"jquery.js",
"lodash.js",
"sites\/mail.google.com.js"
]
},
{
"all_frames": true,
"matches": [
"https:\/\/talkgadget.google.com\/*"
],
"js": [
"jquery.js",
"lodash.js",
"URI.js",
"sites\/talkgadget.google.com.js"
]
},
{
"all_frames": true,
"matches": [
"https:\/\/hangouts.google.com\/*"
],
"js": [
"jquery.js",
"lodash.js",
"URI.js",
"sites\/talkgadget.google.com.js"
]
}
]
} | |