Too Long; Didnt Read

Text summary tool in your browser

ما هو Too Long; Didnt Read؟

Too Long; Didnt Read هو إضافة Chrome تم تطويرها بواسطة christinelovett1993، والميزة الرئيسية لها هي "Text summary tool in your browser".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Too Long; Didnt Read

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

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

                        Ever want to read the news but just don't have the time? Now you can get short summaries of articles with the click of a button! Catch up on the news in half the time with our browser extension Too Long; Didnt Read. With the click of a button you can summarize the article on the current page, saving you time in your busy day.                    

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

الاسم Too Long; Didnt Read Too Long; Didnt Read
ID pabpikafhemmmgomocobeabhodfcclpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/too-long-didnt-read/pabpikafhemmmgomocobeabhodfcclpl
الوصف Text summary tool in your browser
حجم الملف 1.76 MB
عدد التثبيتات 477
النسخة الحالية 1.1
آخر تحديث 2017-06-06
تاريخ النشر 2017-06-06
تقييم 3.00/5 مجموع تقييمات 2
المطور christinelovett1993
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Too Long; Didnt Read",
    "description": "Text summary tool in your browser",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/boilerpipe-web.appspot.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "images\/folded-newspaper.png"
    },
    "browser_action": {
        "default_icon": "images\/folded-newspaper.png",
        "default_popup": "dialogue.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}