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 |
Eメール | [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" ] } |