Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
Hvad er Twitter original images (miki-shirusi)?
Twitter original images (miki-shirusi) er en Chrome-udvidelse udviklet af http://mikiishijima.com, og dens hovedfunktion er "Display the images in its original size on twitter.com when clicked tweet.".
Udvidelsesskærmbilleder
Download Twitter original images (miki-shirusi)-udvidelses-CRX-fil
Download Twitter original images (miki-shirusi)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 .
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
Officiel URL | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
Beskrivelse | Display the images in its original size on twitter.com when clicked tweet. |
Filstørrelse | 48.92 KB |
Antal Installationer | 373 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-07-25 |
Udgivelsesdato | 2016-07-25 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | http://mikiishijima.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |