Download Station - Filer.net
Get all Filer.net links in one string
Download Station - Filer.netคืออะไร?
Download Station - Filer.net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sladomic และคุณลักษณะหลักของมันคือ "Get all Filer.net links in one string"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Station - Filer.net
ดาวน์โหลดไฟล์ส่วนขยาย Download Station - Filer.net ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get all Filer.net links in one string (all links will be copied to the clipboard). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kmejfgibpfncinliojieccbmldkbnajl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl |
| คำอธิบาย | Get all Filer.net links in one string |
| ขนาดไฟล์ | 32.61 KB |
| จำนวนการติดตั้ง | 32 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2017-01-18 |
| วันที่เผยแพร่ | 2017-01-18 |
| ผู้พัฒนา | sladomic |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Download Station - Filer.net",
"description": "Get all Filer.net links in one string",
"version": "1.0",
"browser_action": {
"default_title": "Copy the Filer.net links to clipboard"
},
"background": {
"scripts": [
"jquery-2.1.3.min.js",
"eventPage.js"
],
"persistent": false
},
"permissions": [
"activeTab"
]
} | |