Twillus - Quick Image Preview for Twitter
Preview thumbnail images largely with the shift key.
¿Qué es Twillus - Quick Image Preview for Twitter?
Twillus - Quick Image Preview for Twitter es una extensión de Chrome desarrollada por Garnet3106, y su función principal es "Preview thumbnail images largely with the shift key.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twillus - Quick Image Preview for Twitter
Descarga archivos de extensión Twillus - Quick Image Preview for Twitter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
[v2.0.0 UPDATE] * Rename Twitter Image Preview to Twillus. * Add download button. * Add maximum zoom on Ctrl + Shift + Cursor. * Add shortcut feature on the menu. Enlarge thumbnail images on Twitter! All you have to do is to place the cursor over an image and press the shift key. If you want to see the details, press Ctrl + Shift to turn on maximum zoom! Useful menu items (shortcut key): - Close preview (C) - Open in a new tab (N) - Quick download (D) - Show help (H) Please share this extension on Twitter if you like it!
Información Básica de la Extensión
Nombre | Twillus - Quick Image Preview for Twitter |
ID | knpbokpcebojngoedkolnmnjghakiadp |
URL Oficial | https://chromewebstore.google.com/detail/twillus-quick-image-previ/knpbokpcebojngoedkolnmnjghakiadp |
Descripción | Preview thumbnail images largely with the shift key. |
Tamaño del Archivo | 20.83 MB |
Cantidad de Instalaciones | 275 |
Versión Actual | 2.0.0 |
Última Actualización | 2022-01-25 |
Fecha de Publicación | 2021-05-17 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Garnet3106 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://twitter.com/Garnet3106 |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "lib\/img\/icons\/logo_16.png", "48": "lib\/img\/icons\/logo_48.png", "128": "lib\/img\/icons\/logo_128.png" }, "default_title": "__MSG_extName__" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "lib\/img\/icons\/logo_16.png", "48": "lib\/img\/icons\/logo_48.png", "128": "lib\/img\/icons\/logo_128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "version": "2.0.0", "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "src\/tweets.css", "lib\/js\/drift-basic.min.css" ] } ] } |