mywebook clipping tool

Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.

mywebook clipping tool क्या है?

mywebook clipping tool https://www.mywebook.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access."।

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

screenshot

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

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

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

                        Mywebook is a new, dynamic, global and innovative platform providing services for fast internet navigation and personalization of content. 

It is an ideal homepage! Quickly and easily you can explore, save and organize, what you like on the web.

It is also an ideal bookmark manager. When you want to bookmark articles, videos and more in Chrome that you want to view later, use mywebook.

Save articles, videos, recipes, and web pages you find online and access them whenever you want, from your pc, mobile or tablet.                    

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

नाम mywebook clipping tool mywebook clipping tool
ID pmdnlbnecibhnahdcenfjpinmffahfmg
आधिकारिक URL https://chromewebstore.google.com/detail/mywebook-clipping-tool/pmdnlbnecibhnahdcenfjpinmffahfmg
विवरण Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.
फ़ाइल का आकार 298 KB
स्थापना संख्या 3,482
वर्तमान संस्करण 1.0.38
अंतिम अपडेट 2021-01-06
प्रकाशन तिथि 2019-12-15
रेटिंग 4.57/5 कुल 14 रेटिंग्स
डेवलपर https://www.mywebook.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mywebook.com
सहायता पृष्ठ URL https://www.mywebook.com/#!/app/help/
गोपनीयता नीति पृष्ठ URL https://www.mywebook.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.38",
    "name": "mywebook clipping tool",
    "short_name": "mywebook",
    "description": "Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "icons": {
        "16": "data\/icon\/icon-16.png",
        "128": "data\/icon\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "data\/background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icon\/icon-16.png",
            "48": "data\/icon\/icon-48.png",
            "128": "data\/icon\/icon-128.png"
        },
        "default_title": "Mywebook",
        "default_popup": "data\/popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.mywebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mywebook.com\/*"
            ],
            "js": [
                "data\/content\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}