One Direction Gallery
One Direction Gallery shows images about this music band. 1D photos!
One Direction Galleryとは何ですか?
One Direction Galleryはpictures and imagesによって開発されたChromeの拡張機能で、その主な機能は「One Direction Gallery shows images about this music band. 1D photos!」です。
拡張機能のスクリーンショット
One Direction Gallery拡張機能のCRXファイルをダウンロード
One Direction Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One Direction Gallery include photos about new music videos 1D, images of band, Niall Horan, Zayn Malik, Liam Payne, Harry Styles, Louis Tomlinson. You can add actual pictures. Right-click on the image and then click to 'Add to One Direction Gallery'. Share on Twitter, G+, Facebook.
拡張機能の基本情報
名前 | |
ID | pipplnmdplbedkdahfenbmjjblcjimgl |
公式URL | https://chrome.google.com/webstore/detail/one-direction-gallery/pipplnmdplbedkdahfenbmjjblcjimgl |
説明 | One Direction Gallery shows images about this music band. 1D photos! |
ファイルサイズ | 90.67 KB |
インストール数 | 144 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-17 |
公開日 | 2015-12-07 |
評価 | 3.88/5 合計 8 レビュー |
開発者 | pictures and images |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Direction Gallery", "description": "One Direction Gallery shows images about this music band. 1D photos!", "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" } } |