Button: Settings
Open the Settings with just one click.
ما هو Button: Settings؟
Button: Settings هو إضافة Chrome تم تطويرها بواسطة https://browser-extensions.com، والميزة الرئيسية لها هي "Open the Settings with just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Button: Settings
قم بتنزيل ملفات الامتداد Button: Settings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | llhljceoapbodnkbmpeahmbphilblllh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh |
| الوصف | Open the Settings with just one click. |
| حجم الملف | 12.94 KB |
| عدد التثبيتات | 1,454 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2016-04-21 |
| تاريخ النشر | 2016-04-20 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | https://browser-extensions.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://browser-extensions.com/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"32": "images\/icon-32.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_openSettings__"
},
"options_ui": {
"page": "pages\/options.html",
"chrome_style": true
},
"permissions": [
"storage",
"contextMenus"
]
} | |