Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Transparentとは何ですか?
Transparentはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.」です。
拡張機能のスクリーンショット
Transparent拡張機能のCRXファイルをダウンロード
Transparent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
拡張機能の基本情報
名前 | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
公式URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
説明 | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
ファイルサイズ | 4.69 KB |
インストール数 | 376 |
現在のバージョン | 1.1.2 |
最終更新日 | 2014-11-08 |
公開日 | 2014-11-08 |
評価 | 2.50/5 合計 10 レビュー |
開発者 | becca.ooo |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transparent", "version": "1.1.2", "manifest_version": 2, "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |