Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Cos'è Saveit Pasteit?
Saveit Pasteit è un'estensione di Chrome sviluppata da Shubham Aggarwal, e la sua funzione principale è "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Saveit Pasteit
Scarica i file di estensione Saveit Pasteit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Informazioni di Base sull'Estensione
Nome | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
URL Ufficiale | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Descrizione | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Dimensione del File | 103 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 2.4.6 |
Ultimo Aggiornamento | 2020-03-12 |
Data di Pubblicazione | 2020-03-11 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | Shubham Aggarwal |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |