ProTab | Arbfonts
Pro Tab categories for Graphic Designers!
What is ProTab | Arbfonts?
ProTab | Arbfonts is a Chrome extension developed by arbfonts, and its main feature is "Pro Tab categories for Graphic Designers!".
Extension Screenshots
Download ProTab | Arbfonts Extension CRX File
Download ProTab | Arbfonts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pro tab : easy and fast to navigate Graphic Design websites and resources
Extension Basic Information
Name | ProTab | Arbfonts |
ID | gdcelkbnekfaikpbcgmaijnmclkceoeh |
Official URL | https://chromewebstore.google.com/detail/protab-arbfonts/gdcelkbnekfaikpbcgmaijnmclkceoeh |
Description | Pro Tab categories for Graphic Designers! |
File Size | 109 KB |
Installation Count | 20,000 |
Current Version | 2.4 |
Last Updated | 2021-05-10 |
Publish Date | 2020-05-28 |
Rating | 4.97/5 Total 36 Ratings |
Developer | arbfonts |
[email protected] | |
Payment Type | free |
Extension Website | https://arbfonts.com |
Supported Languages | 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" } |