By: U88 8
Inspect and view changes in OpenThisUrl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "OpenThisUrl",
"version": "1.0.2",
"description": "Send links from your desktop/laptop to your mobile.",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "icons/openthisurl.png",
"default_title": "OpenThisUrl",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popup/popup.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5ed96c4b-8ba2-4269-b3d9-bc3137068526}"
}
}
} Best OpenThisUrl Alternatives
Here are some Firefox add-ons that are similar to OpenThisUrl: