Save Text to PDF, WORD, EXCEL or Send EMAIL

Select whatever you want to save as pdf, word, excel or email it directly

ما هو Save Text to PDF, WORD, EXCEL or Send EMAIL؟

Save Text to PDF, WORD, EXCEL or Send EMAIL هو إضافة Chrome تم تطويرها بواسطة DeveloperBhai، والميزة الرئيسية لها هي "Select whatever you want to save as pdf, word, excel or email it directly".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save Text to PDF, WORD, EXCEL or Send EMAIL

قم بتنزيل ملفات الامتداد Save Text to PDF, WORD, EXCEL or Send EMAIL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Select and save allows you to save content in the different format by just tapping a single click. We offer you to save content in the form of PDF, WORD, EXCEL or even you can email to anyone by using our editor tool. You have to just select content and its converts into PDF, WORD, EXCEL.

No more copy pasting or remembering keywords and website link to search the website later. Even not required any technical skill to convert your data into different formats.

With select and save you can save your content by single tap using our browser extensions for Chrome.

For example when you reading any blog or any tutorial on the internet and most of the time you need to save that content for your future use then you need different tools for saving you data or you bookmark that link but when you came back to link you got an message "OOPS! WEBSITE NOT EXIST". Now what to do!!!

Lets solve this problem and we built an awesome plugin for you to save your time and minimize your efforts by just tap on chrome extension, start selecting your content & finally your content is in your downloads folder or you can email it to any email address.

Now it is super easy to save your content!!!

Features
1. You can select and save whatever you want to save from web.
2. You data will be saved in the form of PDF, WORD, EXCEL
3. You can email directly without opening any email account.

You will never miss your favourite content with Select and Save. Get started by downloading the browser extensions now.

We are also constantly working to make the service better everyday. We would love to hear your feedback & suggestions to make Select and Save better. You can get in touch even faster on Facebook @select2save

Select and Save is easy Content Downloading. Enjoy the Content
Happy Saving! :)                    

معلومات أساسية عن التمديد

الاسم Save Text to PDF, WORD, EXCEL or Send EMAIL Save Text to PDF, WORD, EXCEL or Send EMAIL
ID fekmmlpjhkgpmlmgbfmdlngdclmncpke
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-text-to-pdf-word-exc/fekmmlpjhkgpmlmgbfmdlngdclmncpke
الوصف Select whatever you want to save as pdf, word, excel or email it directly
حجم الملف 1001 KB
عدد التثبيتات 5,431
النسخة الحالية 1.9.2
آخر تحديث 2020-08-14
تاريخ النشر 2020-08-14
تقييم 3.09/5 مجموع تقييمات 46
المطور DeveloperBhai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.facebook.com/select2save/
عنوان صفحة المساعدة https://developerbhai.web.app/privacy-policy.html
عنوان صفحة سياسة الخصوصية https://developerbhai.web.app/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Text to PDF, WORD, EXCEL or Send EMAIL",
    "short_name": "Select and Save",
    "description": "Select whatever you want to save as pdf, word, excel or email it directly",
    "version": "1.9.2",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/mask_on.png"
    },
    "browser_action": {
        "default_icon": "icons\/mask_off.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "libs\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "161985882948-24mj65pnhqh4cf1ra859630ah999nlgf.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "api_keys": {
        "fb_clientId": "304737296757374",
        "mail": "74a99e72-c0b8-41bf-830b-8d1b781b4d7f"
    },
    "permissions": [
        "clipboardRead",
        "tabs",
        "identity",
        "https:\/\/*.google.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "scripts\/nicEdit.js",
        "styles\/modal.css",
        "assets\/*"
    ]
}