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": "WriteRight", "version": "1.1", "description": "Detects the written language and sets the writing direction to RTL\/LTR", "permissions": [], "content_scripts": [ { "matches": [ "<all_urls>" ], "match_about_blank": true, "all_frames": true, "run_at": "document_end", "js": [ "direction-switcher.js" ] } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }