การสร้าง extension ของ Chrome ด้วย Flutter(2.x) Web App
ดูวิธีการทำ บน fluter (1.x) ที่ลิงค์นี้ 
https://www.bloggang.com/mainblog.php?id=thaiger&month=28-05-2021&group=7&gblog=18
build web ด้วยคำสั่ง
flutter build web --web-renderer html --csp
แก้ไข manifest.json 

{
    "name": "flutter_chrome_extension",
    "description": "flutter_chrome_extension",
    "version": "1.0.0",
    "content_security_policy": {
      "extension_pages": "script-src  'self' ; object-src 'self'"
    },
    "action": {
      "default_popup": "index.html",
      "default_icon": "/icons/Icon-192.png"
    },
    "manifest_version": 3
  }
 



Create Date : 15 พฤศจิกายน 2564
Last Update : 15 พฤศจิกายน 2564 12:44:15 น.
Counter : 1663 Pageviews.

0 comments
ชื่อ : * blog นี้ comment ได้เฉพาะสมาชิก
Comment :
 *ส่วน comment ไม่สามารถใช้ javascript และ style sheet
 

thaiger_u
Location :
  

[ดู Profile ทั้งหมด]
 ฝากข้อความหลังไมค์
 Rss Feed
 Smember
 ผู้ติดตามบล็อก : 3 คน [?]



Dancinga
@ฟรี
โปรแกรมปฏิทิน 2564 - Free android app


@ รับสอน เขียนโปรแกรม Python ระดับมัธยมปลาย
พฤศจิกายน 2564

 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
All Blog