Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Hvad er Saveit Pasteit?
Saveit Pasteit er en Chrome-udvidelse udviklet af Shubham Aggarwal, og dens hovedfunktion er "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".
Udvidelsesskærmbilleder
Download Saveit Pasteit-udvidelses-CRX-fil
Download Saveit Pasteit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Grundlæggende oplysninger om udvidelsen
Navn | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
Officiel URL | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Beskrivelse | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Filstørrelse | 103 KB |
Antal Installationer | 31 |
Nuværende Version | 2.4.6 |
Senest Opdateret | 2020-03-12 |
Udgivelsesdato | 2020-03-11 |
Bedømmelse | 4.78/5 Samlet 9 Bedømmelser |
Udvikler | Shubham Aggarwal |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |