Japan with Gil-san
Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links.
Japan with Gil-san란 무엇입니까?
Japan with Gil-san은(는) Gil Goldshlager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links."입니다.
확장 프로그램 스크린샷
Japan with Gil-san 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Explore cherry blossom spots, Autumn leaf colors spots and more on Walker+ and Jorudan websites, this extension changes the spots view from list type with small images into grid blocks type with big images, open spots content in a lightbox, adding Google Translate, and has lots of useful links.
확장 프로그램 기본 정보
이름 | Japan with Gil-san |
ID | ifbngpffgidejkakgpgliibpojbbkkal |
공식 URL | https://chromewebstore.google.com/detail/japan-with-gil-san/ifbngpffgidejkakgpgliibpojbbkkal |
설명 | Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links. |
파일 크기 | 173 KB |
설치 횟수 | 93 |
현재 버전 | 0.0.1.2 |
최근 업데이트 | 2020-03-28 |
출시 날짜 | 2020-03-28 |
개발자 | Gil Goldshlager |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.facebook.com/japangil |
도움말 페이지 URL | https://www.facebook.com/japangil |
지원되는 언어 | en,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_title__", "description": "__MSG_extension_desc__", "version": "0.0.1.2", "author": "__MSG_extension_author__", "homepage_url": "https:\/\/www.facebook.com\/japangil", "default_locale": "en", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "32": "icons\/32.png", "16": "icons\/16.png" }, "content_scripts": [ { "matches": [ "https:\/\/sp.jorudan.co.jp\/*", "https:\/\/*.walkerplus.com\/*" ], "css": [ "styles\/global.css" ], "js": [ "scripts\/global.js" ], "all_frames": true }, { "matches": [ "https:\/\/sp.jorudan.co.jp\/*" ], "css": [ "styles\/jorudan.css" ], "js": [ "scripts\/jorudan.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.walkerplus.com\/*" ], "css": [ "styles\/walkerplus.css" ], "js": [ "scripts\/infinite-scroll.pkgd.min.js", "scripts\/walkerplus.js" ], "all_frames": true } ], "browser_action": { "default_icon": { "32": "icons\/32.png", "16": "icons\/16.png" }, "default_title": "Settings", "default_popup": "settings.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*.png", "scripts\/jorudan-map.js" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |