AbridgIt

AI based webpage article summarizer

AbridgIt क्या है?

AbridgIt https://abridgit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI based webpage article summarizer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AbridgIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AbridgIt is a simple browser extension that makes it easy to summarize any long article you find on the web with a single click. When you visit any web page that has a lot of text, click on the AbridgIt browser extension and it will automatically summarize the text and show you the abridged version. AbridgIt uses modern artificial intelligence services such as Chat GPT along with our own custom intelligence to pull the important copy from a page, summarize it and quickly display it to the user.                    

एक्सटेंशन की मूल जानकारी

नाम AbridgIt AbridgIt
ID iccdkccgjiojfcjfiaokhbpnmheihfcb
आधिकारिक URL https://chromewebstore.google.com/detail/abridgit/iccdkccgjiojfcjfiaokhbpnmheihfcb
विवरण AI based webpage article summarizer
फ़ाइल का आकार 707 KB
स्थापना संख्या 1,271
वर्तमान संस्करण 0.1
अंतिम अपडेट 2023-04-07
प्रकाशन तिथि 2023-04-03
रेटिंग 4.43/5 कुल 23 रेटिंग्स
डेवलपर https://abridgit.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.abridgit.com
सहायता पृष्ठ URL http://www.abridgit.com
गोपनीयता नीति पृष्ठ URL http://www.abridgit.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AbridgIt",
    "version": "0.1",
    "icons": {
        "48": "assets\/48x48.png",
        "72": "assets\/72x72.png",
        "96": "assets\/96x96.png",
        "192": "assets\/192x192.png"
    },
    "description": "AI based webpage article summarizer",
    "action": {
        "default_title": "AbridgIt",
        "default_popup": "index.html",
        "default_icon": {
            "48": "assets\/48x48.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "oauth2": {
        "client_id": "516881951356-tf81fiblbd30dacho986278nvush4221.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkwCS+67KHJORqS4e5BZY67mTIKoNWgalsWn7PrGSVciJRgc+pdcfL3dOtwVRxNXoGtuDEBSBZfw9yaOZvyJtqT235qODL8+Haftil1jvoQuw++UNhrMycpg1CzOuAf8xXonzUNXK06P9++Tvnk5lsZWBJbdt7bV22SxzgjSOqHR26ZbqZaYt1ZyKAlJBsC+\/sbfQG7cF5HUVhh5pRhmYO4GeDIeZ+SRdj5wFZLh1H60mbS0K70Wf8VuXLFyZdbQ6YUVFOLOYe2hAfv14qKRychMDSdBzLrpgWndcVrPLn9cYvhUeRZAOccI6TPlYkyOOwEgV6eFEPl3gl2F4MKpCdQIDAQAB"
}