Selekt - One click actions for text selection
Save time and enhance productivity by reducing multi click tasks to one click action
Selekt - One click actions for text selection란 무엇입니까?
Selekt - One click actions for text selection은(는) https://www.ahsansher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and enhance productivity by reducing multi click tasks to one click action"입니다.
확장 프로그램 스크린샷
Selekt - One click actions for text selection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With a simple click and drag of your cursor, you can select a word, passage, or paragraph. The menu pops up with one-click actions. It reduce multiple clicks tasks to one click task. It enhances productivity and streamlines work process. Just with one click you can search for selected text, copy, save or share on social sites. it's great, isn't it? Features: • one-click search • one-click copy selection • one-click social sites share option • Material design theme • beautiful animation Note: Please let me if you want to add something into this cool widget.
확장 프로그램 기본 정보
이름 | Selekt - One click actions for text selection |
ID | fglfhelnlhemjigjdokjojihfeapoipl |
공식 URL | https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl |
설명 | Save time and enhance productivity by reducing multi click tasks to one click action |
파일 크기 | 129 KB |
설치 횟수 | 889 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-11-14 |
출시 날짜 | 2019-11-11 |
평점 | 4.59/5 총 34 개의 평점 |
개발자 | https://www.ahsansher.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ahsansher.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selekt - One click actions for text selection", "version": "1.1", "description": "Save time and enhance productivity by reducing multi click tasks to one click action", "author": "Ahsan S. Sher", "homepage_url": "https:\/\/ahsansher.com", "browser_action": { "default_icon": ".\/images\/logo.png", "default_title": "Selekt", "default_popup": "index.html" }, "icons": { "128": ".\/images\/logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |