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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |