Wikipedia Anywhere
Access to a floating mobile version of Wikipedia on any webpage
Wikipedia Anywhereคืออะไร?
Wikipedia Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rynu.smith และคุณลักษณะหลักของมันคือ "Access to a floating mobile version of Wikipedia on any webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia Anywhere
ดาวน์โหลดไฟล์ส่วนขยาย Wikipedia Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension brings the mobile version of Wikipedia to any website to lookup terms without leaving the page. The extension has no visual button. To activate, select a text on the active tab and press the "W" icon that appears on top of the mouse pointer. To hide the panel, select anywhere outside the mini Wikipedia panel. Use cases: Look at the meaning of a technical term without leaving the panel. Get more info about a topic with an embedded Wikipedia Find a song track details right inside an online media player (YouTube Music or Spotify) Get technical review about a movie without leaving IMDB Notes: 1. To improve the loading speed, the mobile version of Wikipedia is used. You can change this from the options page. 2. The size of the panel as well as the bubble's position is customizable. 3. If you prefer a localized version of Wikipedia, change the default "en" locale ( the language of the loaded Wikipedia page) from the options page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wikipedia Anywhere |
ID | gnihphapfnoidhmgooeembehjfmnphki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikipedia-anywhere/gnihphapfnoidhmgooeembehjfmnphki |
คำอธิบาย | Access to a floating mobile version of Wikipedia on any webpage |
ขนาดไฟล์ | 32.09 KB |
จำนวนการติดตั้ง | 429 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2021-07-18 |
วันที่เผยแพร่ | 2017-08-22 |
คะแนน | 3.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | rynu.smith |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://add0n.com/page-anywhere.html?from=wikipedia |
URL หน้าช่วยเหลือ | https://add0n.com/page-anywhere.html?from=wikipedia |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/rynu.smith.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia Anywhere", "description": "Access to a floating mobile version of Wikipedia on any webpage", "version": "0.2.0", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "data\/icons\/32.png", "data\/icons\/loading.svg" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ " |