Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
Qu'est-ce que Twitter original images (miki-shirusi) ?
Twitter original images (miki-shirusi) est une extension Chrome développée par http://mikiishijima.com, et sa fonction principale est "Display the images in its original size on twitter.com when clicked tweet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter original images (miki-shirusi)
Téléchargez les fichiers d'extension Twitter original images (miki-shirusi) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Display the images in its original size on twitter.com when clicked tweet. So simple & minimum codes. Lightweight extension. v.1.1 2016/07/25 [fixed] collapse gallery content when show too big original image. [added] The original image displayed on the toggle has to be switched. [added] Shortcut key 'O' is now available .
Informations de Base sur l'Extension
Nom | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
URL Officiel | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
Description | Display the images in its original size on twitter.com when clicked tweet. |
Taille du Fichier | 48.92 KB |
Nombre d'Installations | 373 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-07-25 |
Date de Publication | 2016-07-25 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://mikiishijima.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "TOI", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/twitter.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "jquery-3.0.0.min.js", "main.js" ] } ], "web_accessible_resources": [ "toi-icon.png" ] } |