Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Was ist Saveit Pasteit?
Saveit Pasteit ist eine Chrome-Erweiterung, die von Shubham Aggarwal entwickelt wurde, und ihr Hauptmerkmal ist "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".
Erweiterungsscreenshots
Saveit Pasteit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Saveit Pasteit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Grundlegende Informationen zur Erweiterung
Name | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
Offizielle URL | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Beschreibung | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Dateigröße | 103 KB |
Installationsanzahl | 31 |
Aktuelle Version | 2.4.6 |
Letztes Update | 2020-03-12 |
Veröffentlichungsdatum | 2020-03-11 |
Bewertung | 4.78/5 Insgesamt 9 Bewertungen |
Entwickler | Shubham Aggarwal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |