Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
什么是Twitter original images (miki-shirusi)?
Twitter original images (miki-shirusi)是由http://mikiishijima.com开发的Chrome扩展程序,该扩展的主要功能是“Display the images in its original size on twitter.com when clicked tweet.”。
扩展截图
下载Twitter original images (miki-shirusi)扩展crx文件
下载Twitter original images (miki-shirusi)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 .
扩展基本信息
名称 | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
官方URL | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
简介 | Display the images in its original size on twitter.com when clicked tweet. |
文件大小 | 48.92 KB |
安装次数 | 373 |
当前版本 | 1.2 |
更新时间 | 2016-07-25 |
上架时间 | 2016-07-25 |
评分 | 5.00/5 共5次评分 |
开发者 | http://mikiishijima.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |