OSlash - Text Expander and Keyboard Shortcut
Find, access, and share links & snippets blazingly fast
OSlash - Text Expander and Keyboard Shortcut란 무엇입니까?
OSlash - Text Expander and Keyboard Shortcut은(는) http://oslash.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find, access, and share links & snippets blazingly fast"입니다.
확장 프로그램 스크린샷
OSlash - Text Expander and Keyboard Shortcut 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OSlash is free, top-rated Text Expander and Custom Keyboard Shortcut for you and your team. Using OSlash Text Expander, insert text templates everywhere you work in apps such as Gmail, LinkedIn, Intercom, and Google Docs. Use OSlash Keyboard Shortcut to create shortcuts for all your Google workplace links and other apps such as o/mail, o/doc, o/sheet, o/slide, etc. Featured as the #1 Text Expander and Custom Keyboard Shortcut app in - Fortune - Fast Company - PC Mag - Tech Republic - MarketWatch
확장 프로그램 기본 정보
이름 | |
ID | gpljeioabgadbidbkcbhjjglpinfhmal |
공식 URL | https://chrome.google.com/webstore/detail/oslash-text-expander-and/gpljeioabgadbidbkcbhjjglpinfhmal |
설명 | Find, access, and share links & snippets blazingly fast |
파일 크기 | 3.43 MB |
설치 횟수 | 3,527 |
현재 버전 | 2.32.0 |
최근 업데이트 | 2023-04-13 |
출시 날짜 | 2021-09-19 |
평점 | 4.57/5 총 23 개의 평점 |
개발자 | http://oslash.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.oslash.com/ |
도움말 페이지 URL | https://www.oslash.com/help-center |
개인정보 보호 정책 페이지 URL | https://oslash.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OSlash - Text Expander and Keyboard Shortcut", "version": "2.32.0", "description": "Find, access, and share links & snippets blazingly fast", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "web_accessible_resources": [ "*.js", "*.css", "launcher\/launcher.html", "oauth\/index.html", "popup\/index.html", "popup\/remote-index.html", "recommendation\/recommendation.html", "snippet\/snippet-form.html", "shortcut\/shortcut-form.html", "assets\/*", "saa\/index.html", "form\/index.html" ], "background": { "page": "background\/index.html", "persistent": true }, "browser_action": { "default_icon": "assets\/icons\/icon48.png", "default_title": "OSlash", "default_popup": "popup\/remote-index.html" }, "homepage_url": "https:\/\/app.oslash.com", "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/search?*", "*:\/\/*.google.com\/search?*q=o\/*", "*:\/\/*.google.com\/search?*q=o%2F*", "*:\/\/*.google.com\/search?q=o\/*", "*:\/\/*.google.com\/search?q=o%2F*", "*:\/\/*.google.com\/search?*q=m\/*", "*:\/\/*.google.com\/search?*q=m%2F*", "*:\/\/*.google.com\/search?q=m\/*", "*:\/\/*.google.com\/search?q=m%2F*", "*:\/\/*.google.com\/search*" ], "js": [ "complementaryInstaller.js" ] }, { "matches": [ " |