Sanook Image Extension
แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย
Cos'è Sanook Image Extension?
Sanook Image Extension è un'estensione di Chrome sviluppata da Surasin Tancharoen, e la sua funzione principale è "แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sanook Image Extension
Scarica i file di estensione Sanook Image Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
เปลี่ยนจาก image gallery ที่แสนน่ารำคาญ เป็นแสดงรูปทั้งหมดในหน้าเดียว ดูตัวอย่างได้ในรูปประกอบครับ
Informazioni di Base sull'Estensione
Nome | |
ID | hcjdkekmponggaiakdahenfnelogojpp |
URL Ufficiale | https://chrome.google.com/webstore/detail/sanook-image-extension/hcjdkekmponggaiakdahenfnelogojpp |
Descrizione | แสดงรูปทั้งหมดใน image gallery โดยไม่ต้องนั่งกดทุกรูปให้เหนื่อย |
Dimensione del File | 37.93 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-07-18 |
Data di Pubblicazione | 2013-07-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Surasin Tancharoen |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |