POWr Extension Cord
The easy way to install POWr Plugins
POWr Extension Cordคืออะไร?
POWr Extension Cord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://powr.io และคุณลักษณะหลักของมันคือ "The easy way to install POWr Plugins"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POWr Extension Cord
ดาวน์โหลดไฟล์ส่วนขยาย POWr Extension Cord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ofefmfemmcoaejoigijghpealelmjocc |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
| คำอธิบาย | The easy way to install POWr Plugins |
| ขนาดไฟล์ | 55 KB |
| จำนวนการติดตั้ง | 46 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2015-08-27 |
| วันที่เผยแพร่ | 2015-08-27 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | http://powr.io |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.powr.io/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "POWr Plugins",
"name": "POWr Extension Cord",
"short_name": "POWr Cord",
"description": "The easy way to install POWr Plugins",
"version": "1.0.9",
"version_name": "1.0",
"options_page": "html\/options.html",
"permissions": [
"tabs",
"webRequest",
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.jimdo.com\/*",
"*:\/\/*.squarespace.com\/*",
"*:\/\/*.websitebuilder.godaddy.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/common.js",
"scripts\/injected.js",
"dependencies\/jquery.min.js"
]
},
{
"matches": [
"*:\/\/*.jimdo.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/jimdo.js"
]
},
{
"matches": [
"*:\/\/*.squarespace.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/squarespace.js"
]
},
{
"matches": [
"*:\/\/*.websitebuilder.godaddy.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/godaddy.js"
]
}
],
"web_accessible_resources": [
"dependencies\/jquery.min.js"
],
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html"
},
"icons": {
"128": "icons\/128-square.png"
},
"background": {
"page": "html\/background.html"
}
} | |