Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Что такое Twitter -_orig?
Twitter -_orig - это расширение Chrome, разработанное Scotto, и его основная функция - "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter -_orig
Скачайте файлы расширений Twitter -_orig в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.
Основная информация о расширении
Название | Twitter -_orig |
ID | abhahfjacodgcpjmnofopebllmgmdlef |
Официальный URL | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
Описание | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
Размер файла | 14.46 KB |
Количество установок | 230 |
Текущая Версия | 0.5 |
Последнее Обновление | 2019-07-28 |
Дата публикации | 2019-07-28 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | Scotto |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter -_orig", "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/pbs.twimg.com\/media\/*" ], "browser_action": { "default_icon": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" } }, "commands": { "save": { "suggested_key": { "default": "Ctrl+S", "mac": "Command+S" }, "description": "Save" } } } |