Yet Another Drag and Go FIX
Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines.
Yet Another Drag and Go FIXคืออะไร?
Yet Another Drag and Go FIX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jerry74 และคุณลักษณะหลักของมันคือ "Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another Drag and Go FIX
ดาวน์โหลดไฟล์ส่วนขยาย Yet Another Drag and Go FIX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Source Code:https://github.com/jerry74/yadng
Original https://chrome.google.com/webstore/detail/yet-another-drag-and-go/hnoonkgmmnklbdehoepdjcidhjbncjmi ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ijbfjijnippekinigficbmbmfkiihpng |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yet-another-drag-and-go-f/ijbfjijnippekinigficbmbmfkiihpng |
| คำอธิบาย | Drag URL to open at Back/Front, Before/After; Drag text to 4 directions to search by using different search-engines. |
| ขนาดไฟล์ | 115 KB |
| จำนวนการติดตั้ง | 7,000 |
| เวอร์ชันปัจจุบัน | 0.3.4 |
| อัปเดตครั้งล่าสุด | 2021-08-29 |
| วันที่เผยแพร่ | 2014-02-07 |
| คะแนน | 4.45/5 รวมทั้งหมด 33 คะแนน |
| ผู้พัฒนา | jerry74 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yet Another Drag and Go FIX",
"short_name": "yadng",
"version": "0.3.4",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"16": "img\/yadng_16.png",
"48": "img\/yadng_48.png",
"128": "img\/yadng_128.png"
},
"author": "hr6r",
"background": {
"scripts": [
"common.js",
"yadng.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"common.js",
"yadng.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"options_page": "options.html"
} | |