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"
]
}
]
} 최고의 OpenThisUrl 대안
다음은 OpenThisUrl과(와) 유사한 Firefox add-on입니다: