Saveit Pasteit

Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks

What is Saveit Pasteit?

Saveit Pasteit is a Chrome extension developed by Shubham Aggarwal, and its main feature is "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".

Extension Screenshots

Download Saveit Pasteit Extension CRX File

Download Saveit Pasteit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc                    

Extension Basic Information

Name Saveit Pasteit Saveit Pasteit
ID oifdhhjpmpiepenhapgbdpcakcbflekj
Official URL https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj
Description Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
File Size 103 KB
Installation Count 31
Current Version 2.4.6
Last Updated 2020-03-12
Publish Date 2020-03-11
Rating 4.78/5 Total 9 Ratings
Developer Shubham Aggarwal
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saveit Pasteit",
    "description": "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks",
    "version": "2.4.6",
    "author": "Shubham Aggarwal",
    "short_name": "SP",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "assets\/icons\/48x48.png",
        "default_popup": "popup.html",
        "default_title": "Do you want to store important Links!"
    },
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/google_api_jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/google_api_jquery.js",
                "assets\/js\/bililiteRange.js",
                "assets\/js\/jquery.sendkeys.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}