Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
Transformers Galleryとは何ですか?
Transformers Galleryはpictures and imagesによって開発されたChromeの拡張機能で、その主な機能は「Transformers Gallery shows photos about science fiction action autobots films.」です。
拡張機能のスクリーンショット
Transformers Gallery拡張機能のCRXファイルをダウンロード
Transformers Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transformers fun extension includes image gallery about Transformers film, Age of Extinction, cybertron, car robot toys, Shia LaBeouf, Megan Fox, Rachael Taylor. Then app provides the function 'Add photo' from any website only one click right mouse. Click to picture and click Add to Transformers Gallery.
拡張機能の基本情報
名前 | |
ID | dalkmncjflickkogopmafhhhckgbeega |
公式URL | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
説明 | Transformers Gallery shows photos about science fiction action autobots films. |
ファイルサイズ | 96.87 KB |
インストール数 | 151 |
現在のバージョン | 1.0 |
最終更新日 | 2015-12-04 |
公開日 | 2015-12-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | pictures and images |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transformers Gallery", "description": "Transformers Gallery shows photos about science fiction action autobots films.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "conf.js", "background.js" ] }, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |