Sanook Image Extension
แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย
What is Sanook Image Extension?
Sanook Image Extension is a Chrome extension developed by Surasin Tancharoen, and its main feature is "แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย".
Extension Screenshots
Download Sanook Image Extension Extension CRX File
Download Sanook Image Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
เปลี่ยนจาก image gallery ที่แสนน่ารำคาญ เป็นแสดงรูปทั้งหมดในหน้าเดียว ดูตัวอย่างได้ในรูปประกอบครับ
Extension Basic Information
Name | |
ID | hcjdkekmponggaiakdahenfnelogojpp |
Official URL | https://chrome.google.com/webstore/detail/sanook-image-extension/hcjdkekmponggaiakdahenfnelogojpp |
Description | แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย |
File Size | 37.93 KB |
Installation Count | 21 |
Current Version | 1.2 |
Last Updated | 2013-07-18 |
Publish Date | 2013-07-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Surasin Tancharoen |
Payment Type | free |
Supported Languages | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sanook Image Extension", "description": "\u0e41\u0e2a\u0e14\u0e07\u0e23\u0e39\u0e1b\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19 image gallery \u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e19\u0e31\u0e48\u0e07\u0e01\u0e14\u0e17\u0e38\u0e01\u0e23\u0e39\u0e1b\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e19\u0e37\u0e48\u0e2d\u0e22", "version": "1.2", "icons": { "16": "sanook_icon_b_w.jpg", "48": "sanook_icon_b_w.jpg" }, "background": { "scripts": [ "analytics.js", "bg.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.1.6.3.min.js", "script_content_script.js", "analytics.js" ], "matches": [ "http:\/\/*.sanook.com\/*" ] } ] } |