Seek Extension
Seek app web extension to save urls directly
Seek Extension란 무엇입니까?
Seek Extension은(는) aisence.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seek app web extension to save urls directly"입니다.
확장 프로그램 스크린샷
Seek Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Seek App you can save favorite content from across the web into collections Organize and share your collections with the world! This is a web extension to support the app, once installed you can save any url into your collections with just two clicks
확장 프로그램 기본 정보
이름 | Seek Extension |
ID | pojpnpjfkkhnedlombilfjgdbgedlhkc |
공식 URL | https://chromewebstore.google.com/detail/seek-extension/pojpnpjfkkhnedlombilfjgdbgedlhkc |
설명 | Seek app web extension to save urls directly |
파일 크기 | 3.01 MB |
설치 횟수 | 89 |
현재 버전 | 1.4.6 |
최근 업데이트 | 2021-05-26 |
출시 날짜 | 2021-02-27 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | aisence.tech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.platform.theseekapp.com/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seek Extension", "version": "1.4.6", "description": "Seek app web extension to save urls directly", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "assets\/*.svg", "assets\/*.png" ], "browser_action": { "default_popup": "index.html", "default_icon": { "48": "assets\/logo48.png", "128": "assets\/logo128.png" } }, "content_security_policy": "script-src 'self' 'sha256-h5KhvkvpQabuYjFGzawbWlRPrjBVI0yO4pXNwaR1qaA=' https:\/\/cdn.amplitude.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com\/ ; object-src 'self'", "oauth2": { "client_id": "873491164853-5hsevaued5flajpqhrv1vgt02ncada90.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlwLRPFiNi0pp6wrS72uF9Miwnb8pJ\/MnMcdWTE8nY16xnwq60W0xw0TwrRAyVMyrqrnbKNtKliOPuTit1ZWXVwaeuZRjC210WeA5+M8Y6PSlTgWZON+ahzmVOjfvXVBHlUpQK7FtDKVZjiyJBirHv2gs3ZtiPsv\/gyN7kt5+Y9If4y8\/FYVyMbYn5RNzN5m7aLxK6HJmwGXGd65dFq4eJWNBeRl3BD9xu2QUIWr65MOHYEq9\/l\/byweGRdStZY0OnaciB8b8G\/F\/lfeoEEU\/zNZzacUZD8pa47gAv\/BYVZJn6Dhnd7KSf\/ocs+qQnWs0V1m0M6Be1nZnF2lC4OrWqQIDAQAB" } |