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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |