Saveit Pasteit

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

Wat is Saveit Pasteit?

Saveit Pasteit is een Chrome-extensie ontwikkeld door Shubham Aggarwal, en de belangrijkste functie is "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".

Extensie Screenshots

Download het CRX-bestand van de extensie Saveit Pasteit

Download Saveit Pasteit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Saveit Pasteit Saveit Pasteit
ID oifdhhjpmpiepenhapgbdpcakcbflekj
Officiële URL https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj
Beschrijving Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Bestandsgrootte 103 KB
Aantal Installaties 31
Huidige Versie 2.4.6
Laatst Bijgewerkt 2020-03-12
Publicatiedatum 2020-03-11
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar Shubham Aggarwal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}