Simplifiedsearches
Simplify your search results. Get simple clean results at one click.
Simplifiedsearchesคืออะไร?
Simplifiedsearches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simplifiedsearches19 และคุณลักษณะหลักของมันคือ "Simplify your search results. Get simple clean results at one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simplifiedsearches
ดาวน์โหลดไฟล์ส่วนขยาย Simplifiedsearches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is faster to use and you get all the top results. Its nice and simple. By clicking "Add to chrome", you accept and agree to installing the SimplifiedSearches, Simplify your search results! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy. http://simplifiedsearches.com http://simplifiedsearches.com/term_condition.php http://simplifiedsearches.com/privacy_policy.php
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simplifiedsearches |
ID | ojpnnijfpannokcmmimckbkpdjifidmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh |
คำอธิบาย | Simplify your search results. Get simple clean results at one click. |
ขนาดไฟล์ | 124 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2019-05-09 |
วันที่เผยแพร่ | 2019-05-09 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | simplifiedsearches19 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://simplifiedsearches.com/ |
URL หน้าช่วยเหลือ | http://simplifiedsearches.com/contact_us.php |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplifiedsearches", "version": "1.2.1", "description": "Simplify your search results. Get simple clean results at one click.", "icons": { "128": "search.png" }, "browser_action": { "default_title": "SIMPLIFIEDSEARCHES - Simplify your search results" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "simplifiedsearches.htm" } } |