Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
Wat is Twitter original images (miki-shirusi)?
Twitter original images (miki-shirusi) is een Chrome-extensie ontwikkeld door http://mikiishijima.com, en de belangrijkste functie is "Display the images in its original size on twitter.com when clicked tweet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter original images (miki-shirusi)
Download Twitter original images (miki-shirusi)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 .
Basisinformatie over de Extensie
Naam | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
Beschrijving | Display the images in its original size on twitter.com when clicked tweet. |
Bestandsgrootte | 48.92 KB |
Aantal Installaties | 373 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-07-25 |
Publicatiedatum | 2016-07-25 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://mikiishijima.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |