Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SnapText - Free Text Expander: Shortcuts & Templates for Productivity",
"description": "The ultimate text expander for Chrome. Create smart shortcuts and templates for instant productivity.",
"version": "1.0.5",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"clipboardWrite",
"clipboardRead",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Command+Shift+S",
"windows": "Ctrl+Shift+S"
},
"description": "Open SnapText popup"
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "SnapText - Lightning-Fast Text Expansion",
"default_popup": "popup.html"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"<all_urls>",
"https:\/\/api.gumroad.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content.js"
]
}
]
}