By: Yonatan
Inspect and view changes in Page Direction (RTL) Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Add RTL Direction to webpage",
"version": "1.0",
"description": "Adds dir='rtl' to the <html> tag of a page.",
"permissions": [
"activeTab"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_title": "Add RTL Direction",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{0f92bf2a-4c96-4a62-a5aa-ebc8ac679c49}"
}
}
} Best Page Direction (RTL) Toggle Alternatives
Here are some Firefox add-ons that are similar to Page Direction (RTL) Toggle: