Too Long; Didnt Read

Text summary tool in your browser

Wat is Too Long; Didnt Read?

Too Long; Didnt Read is een Chrome-extensie ontwikkeld door christinelovett1993, en de belangrijkste functie is "Text summary tool in your browser".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Too Long; Didnt Read

Download Too Long; Didnt Read-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Too Long; Didnt Read Too Long; Didnt Read
ID pabpikafhemmmgomocobeabhodfcclpl
Officiële URL https://chrome.google.com/webstore/detail/too-long-didnt-read/pabpikafhemmmgomocobeabhodfcclpl
Beschrijving Text summary tool in your browser
Bestandsgrootte 1.76 MB
Aantal Installaties 477
Huidige Versie 1.1
Laatst Bijgewerkt 2017-06-06
Publicatiedatum 2017-06-06
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar christinelovett1993
Betalingswijze free
Ondersteunde Talen 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'"
}