Saveit Pasteit
Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks
Saveit Pasteit란 무엇입니까?
Saveit Pasteit은(는) Shubham Aggarwal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks"입니다.
확장 프로그램 스크린샷
Saveit Pasteit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Saveit Pasteit helps you to store important links like linkedin profile, github profile links etc
확장 프로그램 기본 정보
이름 | |
ID | oifdhhjpmpiepenhapgbdpcakcbflekj |
공식 URL | https://chromewebstore.google.com/detail/saveit-pasteit/oifdhhjpmpiepenhapgbdpcakcbflekj |
설명 | Offline extension which saves your important text information and provides you easy paste experience in just couple of clicks |
파일 크기 | 103 KB |
설치 횟수 | 31 |
현재 버전 | 2.4.6 |
최근 업데이트 | 2020-03-12 |
출시 날짜 | 2020-03-11 |
평점 | 4.78/5 총 9 개의 평점 |
개발자 | Shubham Aggarwal |
이메일 | shubham.aggarwal2020@gmail.com |
결제 유형 | free |
지원되는 언어 | 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" ] } |