WikiPeek
Get a sneak-peek of a Wikipedia article.
WikiPeekคืออะไร?
WikiPeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Lindqvist และคุณลักษณะหลักของมันคือ "Get a sneak-peek of a Wikipedia article."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WikiPeek
ดาวน์โหลดไฟล์ส่วนขยาย WikiPeek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* Now working with all languages! *
Get a short summary of the Wikipedia-article you are hovering on.
1. Hover over a link in a Wikipedia article.
2. Get a short summary of the content.
3. Be more productive.
4. ????
5. PROFIT!!!
A simple and convinient extension that let's you quickly lookup an Wikipedia article before clicking on it, and reload a whole page.
Changes history:
0.8 - Support for all languages!
0.7 - * Better summaries.
* Uses less resources.
* Error handling
0.6.2 - Bug fixes
0.6 - Release
Thanks for using it :) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bihficonhfmffiacocckbbnafnhclokj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikipeek/bihficonhfmffiacocckbbnafnhclokj |
| คำอธิบาย | Get a sneak-peek of a Wikipedia article. |
| ขนาดไฟล์ | 118 KB |
| จำนวนการติดตั้ง | 68 |
| เวอร์ชันปัจจุบัน | 0.8.1 |
| อัปเดตครั้งล่าสุด | 2015-01-07 |
| วันที่เผยแพร่ | 2015-01-07 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Adam Lindqvist |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WikiPeek",
"version": "0.8.1",
"description": "Get a sneak-peek of a Wikipedia article.",
"browser_action": [],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.wikipedia.org\/*",
"https:\/\/*.wikipedia.org\/*"
],
"css": [
"bootstrap.min.css",
"jquery.qtip.min.css"
],
"js": [
"jquery-2.1.1.js",
"jquery.qtip.min.js",
"main.js"
]
}
],
"permissions": [
"http:\/\/*.wikipedia.org\/*"
]
} | |