Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Apa itu Saveit Pasteit?
Saveit Pasteit adalah ekstensi Chrome yang dikembangkan oleh Shubham Aggarwal, dan fitur utamanya adalah "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Saveit Pasteit
Unduh file ekstensi Saveit Pasteit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Informasi Dasar Ekstensi
Nama | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
URL Resmi | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Deskripsi | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Ukuran File | 103 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 2.4.6 |
Terakhir Diperbarui | 2020-03-12 |
Tanggal Publikasi | 2020-03-11 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | Shubham Aggarwal |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |