ProTab | Arbfonts
Pro Tab categories for Graphic Designers!
ProTab | Arbfonts란 무엇입니까?
ProTab | Arbfonts은(는) arbfonts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pro Tab categories for Graphic Designers!"입니다.
확장 프로그램 스크린샷
ProTab | Arbfonts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pro tab : easy and fast to navigate Graphic Design websites and resources
확장 프로그램 기본 정보
이름 | ProTab | Arbfonts |
ID | gdcelkbnekfaikpbcgmaijnmclkceoeh |
공식 URL | https://chromewebstore.google.com/detail/protab-arbfonts/gdcelkbnekfaikpbcgmaijnmclkceoeh |
설명 | Pro Tab categories for Graphic Designers! |
파일 크기 | 109 KB |
설치 횟수 | 20,000 |
현재 버전 | 2.4 |
최근 업데이트 | 2021-05-10 |
출시 날짜 | 2020-05-28 |
평점 | 4.97/5 총 36 개의 평점 |
개발자 | arbfonts |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://arbfonts.com |
지원되는 언어 | en |
manifest.json | |
{ "name": "ProTab | Arbfonts", "version": "2.4", "web_accessible_resources": [ "jquery.js" ], "background": { "scripts": [ "script.js" ] }, "description": "Pro Tab categories for Graphic Designers!", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Pro Tab", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmPOqy7GiBcxbS24f2TGN3BN6+JieCMht+56vW\/\/SB6gmsXZT2I8kfAZlACUyWcCdC06rdTCAOV1pGTUGe+\/JWlQ+1rSscYFV35RyleGYcjqy4nT90M3DHSbl9cf2mVkPKiUWtFYLKLbvTRskQ9lUSIG0i82KCGiDIrB3uM0m1\/TaqVFAfzAhRzSQ5kND5iG37aFvmg3Yh\/x4iffO9tIsJXSVUhluFS2wFwOddPwVfzVIh0QcNxcvxBxJ5jZ0qRNAbs4Swy9SkQ+thggcSY9mhA8cvPjgWWlb9JsSjauADIoAdJHAKuZN8vrzds4b8P2FqHUph5DsfIw0fNeJVwqSYQIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |