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", "name": "BasiText", "description": "Your in-browser template manager", "version": "1.3.7", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "action": { "default_title": "BasiText", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "commands": { "toUppercase": { "suggested_key": { "default": "Alt+Q", "mac": "MacCtrl+Q" }, "description": "Convert selection to uppercase" }, "toLowercase": { "suggested_key": { "default": "Alt+W", "mac": "MacCtrl+W" }, "description": "Convert selection to lowercase" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "styles\/content-script.css" ], "js": [ "content-script.js" ], "all_frames": true }, { "matches": [ "https:\/\/basitext.anikit.app\/*" ], "js": [ "homeland-script.js" ] } ] }