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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improving the browsing experience on Walker+ and Jorudan websites and lots of useful info links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Japan with Gil-san एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |