NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
NewPage Georgiaคืออะไร?
NewPage Georgia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.brainz.ge และคุณลักษณะหลักของมันคือ "Provides new and refreshing look to the New Tab page with helpful links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewPage Georgia
ดาวน์โหลดไฟล์ส่วนขยาย NewPage Georgia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
คำอธิบาย | Provides new and refreshing look to the New Tab page with helpful links |
ขนาดไฟล์ | 8.52 MB |
จำนวนการติดตั้ง | 1,257 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2021-03-10 |
วันที่เผยแพร่ | 2019-09-23 |
ผู้พัฒนา | https://www.brainz.ge |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewPage Georgia", "short_name": "NPGeo", "version": "1.9", "description": "Provides new and refreshing look to the New Tab page with helpful links", "permissions": [ "http:\/\/www.brainz.ge\/", "https:\/\/www.brainz.ge\/" ], "browser_action": { "default_title": "NewPage Georgia", "default_icon": { "24": "images\/ms-icon-24x24.png", "48": "images\/ms-icon-48x48.png", "96": "images\/m-icon-96x96.png", "128": "images\/ms-icon-128x128.png" } }, "chrome_url_overrides": { "newtab": "main.html" }, "background": { "scripts": [ "\/js\/jquery-2.2.2.min.js", "\/js\/bootstrap.min.js", "\/js\/jquery.simpleWeather.min.js", "\/js\/jquery-ui.min.js", "\/js\/url.min.js", "\/js\/search.js", "\/js\/default.js", "\/js\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/brainz.ge\/*", "*:\/\/www.brainz.ge\/*" ] }, "manifest_version": 2 } |