perminent askew

Askews any webpage

ما هو perminent askew؟

perminent askew هو إضافة Chrome تم تطويرها بواسطة http://codersdilemma.com، والميزة الرئيسية لها هي "Askews any webpage".

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

screenshot

تحميل ملف CRX للإضافة perminent askew

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

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

                        Permanent Askew 

Features
  Allows you to rotate the page.

That's it.



If you have any bugs or features suggesting just send them to 
[email protected]                    

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

الاسم perminent askew perminent askew
ID gejdlmhhfonifmknhjhfmlpgficjfjoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/perminent-askew/gejdlmhhfonifmknhjhfmlpgficjfjoc
الوصف Askews any webpage
حجم الملف 13.63 KB
عدد التثبيتات 150
النسخة الحالية 4.0
آخر تحديث 2017-09-19
تاريخ النشر 2017-09-19
تقييم 4.40/5 مجموع تقييمات 5
المطور http://codersdilemma.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "perminent askew",
    "short_name": "askeeww",
    "description": "Askews any webpage",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}