1paragraph

show pages in reader mode and add them to the 1paragraph library

1paragraph क्या है?

1paragraph https://1paragraph.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "show pages in reader mode and add them to the 1paragraph library"।

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

screenshot

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

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

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

                        1paragraph is a reader for ePubs and web pages. For every text, it stores the last paragraph you read, shows that paragraph in the library view and scrolls to that paragraph when you open the book. In the library view, texts are sorted by the date on which they were last read.

Use the chrome extension to show web pages in reader mode and to add them to the library.                    

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

नाम 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
आधिकारिक URL https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
विवरण show pages in reader mode and add them to the 1paragraph library
फ़ाइल का आकार 309 KB
स्थापना संख्या 291
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-11-22
प्रकाशन तिथि 2022-11-22
डेवलपर https://1paragraph.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://1paragraph.app
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1paragraph",
    "description": "show pages in reader mode and add them to the 1paragraph library",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/1paragraph.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "512": "icon.png"
    }
}