PicTwitterFull
Add zoom feature to twitter picture view.
PicTwitterFullとは何ですか?
PicTwitterFullはcrによって開発されたChromeの拡張機能で、その主な機能は「Add zoom feature to twitter picture view.」です。
拡張機能のスクリーンショット
PicTwitterFull拡張機能のCRXファイルをダウンロード
PicTwitterFull拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
[How to use] This extension add to magnifying glass icon. If click this icon(or right click on picture,or press + key), a picture will magnification to full size. If once more click, it will magnification to one‐and‐a‐half times as size. And if once more click, it will back to first size. *** If lost a picture, scroll down and look for it. *** *** If you want to use right click menu on a picture, press shift key and right click. *** [Twitter account] @PicTFull https://twitter.com/PicTFull [History] v2.1.3 i18n internationalization v2.1.2 Added to poor english explanation. v2.1.1 Spelling mistake modified. v2.1 Add to trigger right click. v2.0 Add to magnifying glass icon. v1.1 Add to keyboard shortcut(+ key) v1.0 Release.
拡張機能の基本情報
名前 | |
ID | chfpgnianlhodkfdhdofnmjhpjebaamf |
公式URL | https://chrome.google.com/webstore/detail/pictwitterfull/chfpgnianlhodkfdhdofnmjhpjebaamf |
説明 | Add zoom feature to twitter picture view. |
ファイルサイズ | 39.91 KB |
インストール数 | 289 |
現在のバージョン | 2.1.3 |
最終更新日 | 2015-06-19 |
公開日 | 2015-06-19 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | cr |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/PicTFull |
ヘルプページのURL | https://twitter.com/PicTFull |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1.3", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "ja", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |