Turbo Outliner

Most accurate web article table of contents generator!

ما هو Turbo Outliner؟

Turbo Outliner هو إضافة Chrome تم تطويرها بواسطة ShuoWu، والميزة الرئيسية لها هي "Most accurate web article table of contents generator!".

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

screenshot

تحميل ملف CRX للإضافة Turbo Outliner

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

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

                        Turbo Outliner is the most accurate web article table of contents generator!

Turbo Outliner unlike other table of contents generators, it employ advanced article recognize algorithm to prevent noise from table of contents. Generated outlines are accurate, clean and informative!                    

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

الاسم Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
الوصف Most accurate web article table of contents generator!
حجم الملف 16.94 KB
عدد التثبيتات 773
النسخة الحالية 0.0.5
آخر تحديث 2017-02-22
تاريخ النشر 2017-02-21
تقييم 3.56/5 مجموع تقييمات 16
المطور ShuoWu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turbo Outliner",
    "version": "0.0.5",
    "description": "Most accurate web article table of contents generator!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/icon-32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "MacCtrl+Shift+O"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}