favoritext

favoritext - Save any text from the web

favoritext क्या है?

favoritext https://favoritext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "favoritext - Save any text from the web"।

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

screenshot

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

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

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

                        favoritext gives you the facility to keep all your text snippets from the web in one place and manage them quickly.
By clicking on the favoritext icon you'll find for each text you saved a direct link to the website and the date and time it was added. Create your personal tags to keep your favorite texts organized and find them easily by using the search box.

Good reasons why to use favoritext extension:

- Easy and fast to use.

- No text limits - you can save as much texts as you want without caring about the space.

- Can be used for different purposes - work, studies, fun, hobby and more.

- You can share your texts with friends by email.

- Work offline - you get a read only version to read texts with no internet access.

- All languages supported.

- Free of charge.                    

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

नाम favoritext favoritext
ID eimacjiolmehfpjimbofaaapdbfdpilc
आधिकारिक URL https://chromewebstore.google.com/detail/favoritext/eimacjiolmehfpjimbofaaapdbfdpilc
विवरण favoritext - Save any text from the web
फ़ाइल का आकार 274 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.8
अंतिम अपडेट 2013-10-13
प्रकाशन तिथि 2013-10-13
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर https://favoritext.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "favoritext",
    "description": "favoritext - Save any text from the web",
    "version": "1.8",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/www.favoritext.com\/"
    ],
    "homepage_url": "http:\/\/www.favoritext.com",
    "offline_enabled": true,
    "icons": {
        "16": "resources\/images\/icon16.png",
        "48": "resources\/images\/icon48.png",
        "128": "resources\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "favApi.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/js\/jquery-2.0.2.min.js",
                "favApi.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "resources\/js\/jquery.min.map"
    ]
}