One Key Full Screen

Full screen with one click on the button and not need any permission.

ما هو One Key Full Screen؟

One Key Full Screen هو إضافة Chrome تم تطويرها بواسطة Kerwin Che، والميزة الرئيسية لها هي "Full screen with one click on the button and not need any permission.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة One Key Full Screen

قم بتنزيل ملفات الامتداد One Key Full Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Full screen with one click on the button and not need any permission.                    

معلومات أساسية عن التمديد

الاسم One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
عنوان URL الرسمي https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
الوصف Full screen with one click on the button and not need any permission.
حجم الملف 9.35 KB
عدد التثبيتات 741
النسخة الحالية 1.0.0
آخر تحديث 2015-03-01
تاريخ النشر 2015-02-28
تقييم 3.73/5 مجموع تقييمات 15
المطور Kerwin Che
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [],
    "version": "1.0.0"
}