The New City Page Today
This extension sets your New Tab to City Page Today with photos, links, updates and more
The New City Page Todayคืออะไร?
The New City Page Today เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://citypage.today และคุณลักษณะหลักของมันคือ "This extension sets your New Tab to City Page Today with photos, links, updates and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The New City Page Today
ดาวน์โหลดไฟล์ส่วนขยาย The New City Page Today ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
I love my city and I love it even more on my New Tab! All the local info on your City with amazing background shots. Weather, access to business near you, updates on all the new places and all local news.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | omjifaanlgiocfonnjlengeomjfhgklg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg |
คำอธิบาย | This extension sets your New Tab to City Page Today with photos, links, updates and more |
ขนาดไฟล์ | 26.3 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-01-30 |
วันที่เผยแพร่ | 2018-01-30 |
คะแนน | 3.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://citypage.today |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.citypage.today |
URL หน้าช่วยเหลือ | http://citypage.today/about/index.html |
URL หน้านโยบายความเป็นส่วนตัว | http://citypage.today/about/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The New City Page Today", "description": "This extension sets your New Tab to City Page Today with photos, links, updates and more", "version": "2.0", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "citypage.today.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "management" ], "browser_action": { "default_title": "The New City Page Today", "default_icon": "img\/icon16.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |