GimmeSerendipity Addon
GimmeSerendipity Addon
GimmeSerendipity Addonคืออะไร?
GimmeSerendipity Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gimmeserendipity.com และคุณลักษณะหลักของมันคือ "GimmeSerendipity Addon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GimmeSerendipity Addon
ดาวน์โหลดไฟล์ส่วนขยาย GimmeSerendipity Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you bored and want to discover interesting sites on the Internet but have no idea what to search for? Then you'll want to use the Gimmeserendipity Addon! This addon open a link to a random website and will ask you to rate the site from 1 to 5 before giving you another site to look at and rate. Using Machine Learning, this program will learn the types of sites you like and dislike and will give you random. Think of this as Pandora or Netflix but for discovering new websites. And you can also submit new websites to our database as well!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GimmeSerendipity Addon |
ID | jaopbdjpenebjbcfgldlmkgibndibdja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja |
คำอธิบาย | GimmeSerendipity Addon |
ขนาดไฟล์ | 21.96 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-12-21 |
วันที่เผยแพร่ | 2019-12-21 |
ผู้พัฒนา | https://gimmeserendipity.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://gimmeserendipity.com/pages/privacy_policy?bar=sites |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GimmeSerendipity Addon", "version": "1.0", "description": "GimmeSerendipity Addon", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "popup.html", "https:\/\/gimmeserendipity.com", "https:\/\/www.googletagmanager.com" ] } |