Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Co to jest Saveit Pasteit?
Saveit Pasteit to rozszerzenie Chrome opracowane przez Shubham Aggarwal, a jego główną funkcją jest „Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Saveit Pasteit
Pobierz pliki rozszerzeń Saveit Pasteit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
Podstawowe informacje o rozszerzeniu
Nazwa | Saveit Pasteit |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
Oficjalny URL | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
Opis | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
Rozmiar pliku | 103 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 2.4.6 |
Ostatnia Aktualizacja | 2020-03-12 |
Data Publikacji | 2020-03-11 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | Shubham Aggarwal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |